Home
last modified time | relevance | path

Searched defs:ether_arp (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/uts/common/netinet/
H A Darp.h31 struct ether_arp { struct
32 struct arphdr ea_hdr; /* fixed-size header */
33 struct ether_addr arp_sha; /* sender hardware address */
34 uchar_t arp_spa[4]; /* sender protocol address */
35 struct ether_addr arp_tha; /* target hardware address */
36 uchar_t arp_tpa[4]; /* target protocol address */
H A Dif_ether.h43 struct ether_arp { struct
44 struct arphdr ea_hdr; /* fixed-size header */
45 ether_addr_t arp_sha; /* sender hardware address */
46 uchar_t arp_spa[4]; /* sender protocol address */
47 ether_addr_t arp_tha; /* target hardware address */
48 uchar_t arp_tpa[4]; /* target protocol address */
/titanic_53/usr/src/boot/include/netinet/
H A Dif_ether.h79 struct ether_arp { struct
80 struct arphdr ea_hdr; /* fixed-size header */
81 u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */
82 u_char arp_spa[4]; /* sender protocol address */
83 u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */
84 u_char arp_tpa[4]; /* target protocol address */
/titanic_53/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h63 struct ether_arp { struct
64 struct arphdr ea_hdr; /* fixed-size header */
65 struct ether_addr arp_sha; /* sender hardware address */
66 u_char arp_spa[4]; /* sender protocol address */
67 struct ether_addr arp_tha; /* target hardware address */
68 u_char arp_tpa[4]; /* target protocol address */
/titanic_53/usr/src/stand/lib/inet/
H A Dethernet.c210 ether_arp(struct in_addr *ip, void *hap, uint32_t timeout) in ether_arp() function