Searched defs:sip_free_phdr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_headers.c66 sip_free_phdr},
68 sip_free_phdr},
69 {"CALL-ID", "i", sip_parse_cid_header, NULL, NULL, sip_free_phdr},
70 {"CSEQ", NULL, sip_parse_cseq_header, NULL, NULL, sip_free_phdr},
71 {"VIA", "v", sip_parse_via_header, NULL, NULL, sip_free_phdr},
73 sip_free_phdr},
78 {"ACCEPT", NULL, sip_parse_acpt_header, NULL, NULL, sip_free_phdr},
80 sip_free_phdr},
82 sip_free_phdr},
83 {"ALERT-INFO", NULL, sip_parse_alert_header, NULL, NULL, sip_free_phdr},
176 sip_free_phdr(sip_parsed_header_t *header) function
[all...]

Completed in 15 milliseconds