Searched refs:arh_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/arp/ |
H A D | arp.c | 60 print_arp(char field_id, const uchar_t *buf, const arh_t *arh, uint16_t ptype) in print_arp() 90 arh_t arh; in arphdr_cmd()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | arp.h | 77 } arh_t; typedef
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 815 arh_t *arh; in arp_process_packet() 875 arh = (arh_t *)mp1->b_rptr; in arp_process_packet() 898 DTRACE_PROBE3(arp__physical__in__start, ill_t *, ill, arh_t *, arh, in arp_process_packet() 973 DTRACE_PROBE2(rput_loopback, ill_t *, ill, arh_t *, in arp_process_packet() 1031 arh_t *, arh, ncec_t *, dst_ncec); in arp_process_packet() 1075 ill_t *, ill, arh_t *, arh, ncec_t *, dst_ncec); in arp_process_packet() 1447 arh_t *arh = (arh_t *)mp->b_rptr; in arp_notify() 1552 arh_t *arh; in arp_output() 1583 arh = (arh_t *)cp; in arp_output() 1607 ill_t *, ill, arh_t *, arh, mblk_t *, mp); in arp_output() [all …]
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1962 arh_t *arh = (arh_t *)start; in ipnospoof_check() 1967 if (start + sizeof (arh_t) > end) in ipnospoof_check() 1977 arplen = sizeof (arh_t) + 2 * hlen + 2 * plen; in ipnospoof_check() 1981 shaddr = start + sizeof (arh_t); in ipnospoof_check()
|