Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 7 of 7) sorted by relevance

/external/usrsctp/programs/
Dprograms_helper.c302 handle_notification(union sctp_notification *notif, size_t n) argument
304 if (notif->sn_header.sn_length != (uint32_t)n) {
310 switch (notif->sn_header.sn_type) {
313 handle_association_change_event(&(notif->sn_assoc_change));
317 handle_peer_address_change_event(&(notif->sn_paddr_change));
321 handle_remote_error_event(&(notif->sn_remote_error));
325 handle_shutdown_event(&(notif->sn_shutdown_event));
329 handle_adaptation_indication(&(notif->sn_adaptation_event));
345 handle_send_failed_event(&(notif->sn_send_failed_event));
349 handle_stream_reset_event(&(notif->sn_strreset_event));
[all …]
Drtcweb.c1139 handle_notification_rtcweb(struct peer_connection *pc, union sctp_notification *notif, size_t n) argument
1141 if (notif->sn_header.sn_length != (uint32_t)n) {
1144 switch (notif->sn_header.sn_type) {
1146 handle_association_change_event(&(notif->sn_assoc_change));
1149 handle_peer_address_change_event(&(notif->sn_paddr_change));
1152 handle_remote_error_event(&(notif->sn_remote_error));
1155 handle_shutdown_event(&(notif->sn_shutdown_event));
1158 handle_adaptation_indication(&(notif->sn_adaptation_event));
1169 handle_send_failed_event(&(notif->sn_send_failed_event));
1172 handle_stream_reset_event(pc, &(notif->sn_strreset_event));
[all …]
Dprograms_helper.h62 handle_notification(union sctp_notification *notif, size_t n);
/external/ltp/testcases/kernel/containers/pidns/
Dpidns30.c166 struct sigevent notif; in child_fn() local
193 notif.sigev_notify = SIGEV_SIGNAL; in child_fn()
194 notif.sigev_signo = SIGUSR1; in child_fn()
195 notif.sigev_value.sival_int = mqd; in child_fn()
196 if (ltp_syscall(__NR_mq_notify, mqd, &notif) == -1) { in child_fn()
Dpidns31.c255 struct sigevent notif; in main() local
287 notif.sigev_notify = SIGEV_SIGNAL; in main()
288 notif.sigev_signo = SIGUSR1; in main()
291 notif.sigev_value.sival_ptr = &info; in main()
292 if (ltp_syscall(__NR_mq_notify, mqd, &notif) == (mqd_t) -1) { in main()
/external/ppp/pppd/
Dmain.c1995 add_notifier(notif, func, arg) in add_notifier() argument
1996 struct notifier **notif; in add_notifier()
2005 np->next = *notif;
2008 *notif = np;
2016 remove_notifier(notif, func, arg) in remove_notifier() argument
2017 struct notifier **notif; in remove_notifier()
2023 for (; (np = *notif) != 0; notif = &np->next) {
2025 *notif = np->next;
2036 notify(notif, val) in notify() argument
2037 struct notifier *notif; in notify()
[all …]
/external/python/cpython3/Lib/test/
Dmime.types334 application/vnd.dvb.notif-aggregate-root+xml
335 application/vnd.dvb.notif-container+xml
336 application/vnd.dvb.notif-generic+xml
337 application/vnd.dvb.notif-ia-msglist+xml
338 application/vnd.dvb.notif-ia-registration-request+xml
339 application/vnd.dvb.notif-ia-registration-response+xml
340 application/vnd.dvb.notif-init+xml