Home
last modified time | relevance | path

Searched refs:NWIOTCPGERROR (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/include/sys/
H A Dioc_net.h64 #define NWIOTCPGERROR _IOR('n', 60, int) macro
/minix3/minix/usr.bin/trace/ioctl/
H A Dnet.c160 NAME(NWIOTCPGERROR); in net_ioctl_name()
485 case NWIOTCPGERROR: in net_ioctl_arg()
/minix3/minix/lib/libc/sys/
H A Dgetsockopt.c146 r = ioctl(sock, NWIOTCPGERROR, &err); in _tcp_getsockopt()