Searched refs:arp_request (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip_arp.h | 108 extern int arp_request(ncec_t *, in_addr_t, ill_t *);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 133 static void arp_request(struct rarpdev *, struct arphdr *, uchar_t *); 545 arp_request(rdev, ans, shost); in do_rarp() 704 arp_request(struct rarpdev *rdev, struct arphdr *rp, uchar_t *shost) in arp_request() function
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 1163 ms = arp_request(ncec, sender4, src_ill); in ip_ndp_resolve() 2372 dropped = (arp_request(ncec, sender4, src_ill) == 0); in nce_timer() 2426 dropped = (arp_request(ncec, sender4, in nce_timer()
|
H A D | ip_arp.c | 1637 arp_request(ncec_t *ncec, in_addr_t sender, ill_t *ill) in arp_request() function
|