Searched refs:arh_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 816 arh_t *arh; in arp_process_packet() 876 arh = (arh_t *)mp1->b_rptr; in arp_process_packet() 899 DTRACE_PROBE3(arp__physical__in__start, ill_t *, ill, arh_t *, arh, in arp_process_packet() 974 DTRACE_PROBE2(rput_loopback, ill_t *, ill, arh_t *, in arp_process_packet() 1032 arh_t *, arh, ncec_t *, dst_ncec); in arp_process_packet() 1076 ill_t *, ill, arh_t *, arh, ncec_t *, dst_ncec); in arp_process_packet() 1448 arh_t *arh = (arh_t *)mp->b_rptr; in arp_notify() 1553 arh_t *arh; in arp_output() 1584 arh = (arh_t *)cp; in arp_output() 1608 ill_t *, ill, arh_t *, arh, mblk_t *, mp); in arp_output() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | arp.h | 77 } arh_t; typedef
|
/illumos-gate/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()
|