Searched refs:arphdr (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 51 static int rarp_recv(dlpi_handle_t, struct arphdr *, size_t, size_t, int64_t); 57 struct arphdr *req, *ans; in doifrevarp() 110 ifrarplen = sizeof (struct arphdr) + (2 * IPADDRL) + (2 * physaddrlen); in doifrevarp() 144 (void) memcpy((uchar_t *)req + sizeof (struct arphdr) + IPADDRL + in doifrevarp() 172 sizeof (struct arphdr) + (2 * physaddrlen) + IPADDRL, in doifrevarp() 175 sizeof (struct arphdr), sizeof (from)); in doifrevarp() 272 rarp_recv(dlpi_handle_t dh, struct arphdr *ans, size_t msglen, in rarp_recv()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 130 static void rarp_request(struct rarpdev *, struct arphdr *, 133 static void arp_request(struct rarpdev *, struct arphdr *, uchar_t *); 435 rdev->ifrarplen = sizeof (struct arphdr) + (2 * sizeof (ipaddr_t)) + in init_rarpdev() 482 struct arphdr *ans; in do_rarp() 570 rarp_request(struct rarpdev *rdev, struct arphdr *rp, uchar_t *shost) in rarp_request() 578 shap = (uchar_t *)rp + sizeof (struct arphdr); in rarp_request() 704 arp_request(struct rarpdev *rdev, struct arphdr *rp, uchar_t *shost) in arp_request() 711 shap = (uchar_t *)rp + sizeof (struct arphdr); in arp_request()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_arp.c | 59 interpret_arp(int flags, struct arphdr *ap, int alen) in interpret_arp() 72 if (sizeof (struct arphdr) > alen) in interpret_arp()
|
H A D | snoop_ether.c | 343 interpret_arp(flags, (struct arphdr *)data, len); in interpret_ether() 987 interpret_arp(flags, (struct arphdr *)data, len); in interpret_tr() 1261 interpret_arp(flags, (struct arphdr *)data, len); in interpret_fddi() 1654 interpret_arp(flags, (struct arphdr *)data, len); in interpret_ib()
|
H A D | snoop.h | 209 extern void interpret_arp(int, struct arphdr *, int);
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | arp.h | 32 struct arphdr ea_hdr; /* fixed-size header */
|
H A D | if_ether.h | 44 struct arphdr ea_hdr; /* fixed-size header */
|
/titanic_50/usr/src/lib/libbc/inc/include/net/ |
H A D | if_arp.h | 38 struct arphdr { struct
|
/titanic_50/usr/src/uts/common/net/ |
H A D | if_arp.h | 33 struct arphdr { struct
|
/titanic_50/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 64 struct arphdr ea_hdr; /* fixed-size header */
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | ibd.c | 55 struct arphdr ea_hdr; /* fixed-size header */
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1202 struct arphdr *arh; in vsw_publish_macaddr() 1220 arh = (struct arphdr *)(mp->b_rptr + sizeof (struct ether_header)); in vsw_publish_macaddr()
|