Home
last modified time | relevance | path

Searched refs:arphdr (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c51 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 Din.rarpd.c130 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 Dsnoop_arp.c59 interpret_arp(int flags, struct arphdr *ap, int alen) in interpret_arp()
72 if (sizeof (struct arphdr) > alen) in interpret_arp()
H A Dsnoop_ether.c343 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 Dsnoop.h209 extern void interpret_arp(int, struct arphdr *, int);
/titanic_50/usr/src/uts/common/netinet/
H A Darp.h32 struct arphdr ea_hdr; /* fixed-size header */
H A Dif_ether.h44 struct arphdr ea_hdr; /* fixed-size header */
/titanic_50/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h38 struct arphdr { struct
/titanic_50/usr/src/uts/common/net/
H A Dif_arp.h33 struct arphdr { struct
/titanic_50/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h64 struct arphdr ea_hdr; /* fixed-size header */
/titanic_50/usr/src/stand/lib/inet/
H A Dibd.c55 struct arphdr ea_hdr; /* fixed-size header */
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1202 struct arphdr *arh; in vsw_publish_macaddr()
1220 arh = (struct arphdr *)(mp->b_rptr + sizeof (struct ether_header)); in vsw_publish_macaddr()