Searched refs:arpreq (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsockio.h55 #define SIOCSARP _IOW('i', 30, struct arpreq) /* set arp entry */
56 #define SIOCGARP _IOWR('i',31, struct arpreq) /* get arp entry */
57 #define SIOCDARP _IOW('i', 32, struct arpreq) /* delete arp entry */
/illumos-gate/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h66 struct arpreq { struct
/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h86 struct arpreq { struct
/illumos-gate/usr/src/lib/libuuid/common/
H A Detheraddr.c53 struct arpreq ar;
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h88 struct arpreq { struct
/illumos-gate/usr/src/uts/common/sys/
H A Dsockio.h106 #define SIOCSARP _IOW('i', 30, struct arpreq) /* set arp entry */
107 #define SIOCGARP _IOWR('i', 31, struct arpreq) /* get arp entry */
108 #define SIOCDARP _IOW('i', 32, struct arpreq) /* delete arp entry */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c300 struct arprequest arpreq; local
336 arpreq.hwtype = htons(1);
337 arpreq.protocol = htons(IP);
338 arpreq.hwlen = ETH_ALEN;
339 arpreq.protolen = 4;
340 arpreq.opcode = htons(ARP_REQUEST);
341 memcpy(arpreq.shwaddr, arptable[ARP_CLIENT].node, ETH_ALEN);
342 memcpy(arpreq.sipaddr, &arptable[ARP_CLIENT].ipaddr, sizeof(in_addr));
343 memset(arpreq.thwaddr, 0, ETH_ALEN);
344 memcpy(arpreq
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2664 struct xarpreq arpreq; local
2678 BZERO(&arpreq, sizeof (arpreq));
2679 if (!get_ether_addr(hisaddr, &arpreq.xarp_ha, quietflag)) {
2682 BCOPY(&sin, &arpreq.xarp_pa, sizeof (sin));
2683 arpreq.xarp_flags = ATF_PERM | ATF_PUBL;
2684 arpreq.xarp_ha.sdl_family = AF_LINK;
2686 if (myioctl(ipfd, SIOCSXARP, (caddr_t)&arpreq) < 0) {
2691 cp = (const uchar_t *)LLADDR(&arpreq.xarp_ha);
2692 str = _link_ntoa(cp, str, arpreq
2714 struct xarpreq arpreq; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c1387 struct arpreq arpreq; local
1442 s_in = (struct sockaddr_in *)&arpreq.arp_pa;
1445 if (ioctl(s, SIOCGARP, (caddr_t)&arpreq) < 0) {
1448 bcopy(&arpreq.arp_ha.sa_data, scan, 6);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2820 struct arpreq ar;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8180 struct arpreq *ar;
8219 ar = (struct arpreq *)mp->b_cont->b_cont->b_rptr;
8409 * Parse an [x]arpreq structure coming down SIOC[GSD][X]ARP ioctls, identify
8424 struct arpreq *ar;
8451 ASSERT(MBLKL(mp1) >= sizeof (struct arpreq));
8452 ar = (struct arpreq *)mp1->b_rptr;
9209 struct arpreq *ar;
9222 tmp = (mp->b_cont)->b_cont; /* xarpreq/arpreq */
9230 ar = (struct arpreq *)tmp->b_rptr;
H A Dip.c842 /* 030 */ { SIOCSARP, sizeof (struct arpreq), IPI_PRIV | IPI_WR,
844 /* 031 */ { SIOCGARP, sizeof (struct arpreq), IPI_GET_CMD,
846 /* 032 */ { SIOCDARP, sizeof (struct arpreq), IPI_PRIV | IPI_WR,

Completed in 712 milliseconds