Searched refs:sockio (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.sbin/dhcpd/ |
H A D | udpsock.c | 87 int sockio; in udpsock_handler() local 140 if ((sockio = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { in udpsock_handler() 145 if (ioctl(sockio, SIOCGIFADDR, &ifr, sizeof(ifr)) == -1) { in udpsock_handler() 147 close(sockio); in udpsock_handler() 150 close(sockio); in udpsock_handler()
|
/openbsd/usr.bin/kdump/ |
H A D | Makefile | 49 ${SYS_DIR}/sys/sockio.h \
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1146 /* Entries from file: sys/sockio.h */
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Configure | 24024 : see if socket ioctl defs are in sys/sockio.h 24026 xxx=`./findhdr sys/sockio.h` 24038 <sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
|
H A D | config_h.SH | 693 * This symbol, if defined, indicates the <sys/sockio.h> should be included
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | config_h.sample | 643 * This symbol, if defined, indicates the <sys/sockio.h> should be included
|
H A D | config.plan9 | 718 * This symbol, if defined, indicates the <sys/sockio.h> should be included
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 1387 ./usr/include/sys/sockio.h
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | config_H | 668 * This symbol, if defined, indicates the <sys/sockio.h> should be included
|
H A D | Glossary | 3795 C program that socket ioctl codes may be found in <sys/sockio.h>
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | config_H.gc | 658 * This symbol, if defined, indicates the <sys/sockio.h> should be included
|
H A D | config_H.vc | 658 * This symbol, if defined, indicates the <sys/sockio.h> should be included
|