Home
last modified time | relevance | path

Searched refs:asconf_del_pending (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c1396 if ((type == SCTP_DEL_IP_ADDRESS) && !stcb->asoc.asconf_del_pending) { in sctp_asconf_queue_add()
1404 stcb->asoc.asconf_del_pending = 1; in sctp_asconf_queue_add()
1420 if ((type == SCTP_ADD_IP_ADDRESS) && stcb->asoc.asconf_del_pending && (status == 0)) { in sctp_asconf_queue_add()
1428 stcb->asoc.asconf_del_pending = 0; in sctp_asconf_queue_add()
Dsctp_structs.h1222 uint8_t asconf_del_pending; /* asconf delete last addr pending */ member