Home
last modified time | relevance | path

Searched refs:ip_cmpbuf (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c387 ip_cmpbuf(sctp->sctp_hopopts, sctp->sctp_hopoptslen, in sctp_input_add_ancillary()
403 ip_cmpbuf(sctp->sctp_rthdrdstopts, sctp->sctp_rthdrdstoptslen, in sctp_input_add_ancillary()
418 ip_cmpbuf(sctp->sctp_rthdr, sctp->sctp_rthdrlen, in sctp_input_add_ancillary()
433 ip_cmpbuf(sctp->sctp_dstopts, sctp->sctp_dstoptslen, in sctp_input_add_ancillary()
/titanic_53/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5018 ip_cmpbuf(tcp->tcp_hopopts, tcp->tcp_hopoptslen, in tcp_input_add_ancillary()
5030 ip_cmpbuf(tcp->tcp_rthdrdstopts, tcp->tcp_rthdrdstoptslen, in tcp_input_add_ancillary()
5044 ip_cmpbuf(tcp->tcp_rthdr, tcp->tcp_rthdrlen, in tcp_input_add_ancillary()
5057 ip_cmpbuf(tcp->tcp_dstopts, tcp->tcp_dstoptslen, in tcp_input_add_ancillary()
/titanic_53/usr/src/uts/common/inet/
H A Dip.h3472 extern boolean_t ip_cmpbuf(const void *, uint_t, boolean_t, const void *,
/titanic_53/usr/src/uts/common/inet/ip/
H A Dip.c14755 ip_cmpbuf(const void *abuf, uint_t alen, boolean_t b_valid, const void *bbuf, in ip_cmpbuf() function