Home
last modified time | relevance | path

Searched refs:sb_next (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_ui.c979 sb = sb->sb_next; in sip_sent_by_to_str()
1004 sb = sb->sb_next; in sip_sent_by_to_str()
1040 sb_tail->sb_next = sb_tail->sb_prev = NULL; in sip_register_sent_by()
1050 sb_tail->sb_next = sb; in sip_register_sent_by()
1058 while (sb_tail->sb_next != NULL) in sip_register_sent_by()
1059 sb_tail = sb_tail->sb_next; in sip_register_sent_by()
1062 sb_tail->sb_next = sip_sent_by; in sip_register_sent_by()
1072 sb = sb_tail->sb_next; in sip_register_sent_by()
1074 sb_tail->sb_next = NULL; in sip_register_sent_by()
1099 if (sb->sb_next != NULL) in sip_unregister_sent_by()
[all …]
H A Dsip_msg.h55 struct sent_by_list_s *sb_next; member
H A Dsip_itf.c379 sb = sb->sb_next; in sip_sent_by_registered()