Searched refs:sotype (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | sockpair.c | 81 runtest(int sotype) in runtest() argument 89 ret = socketpair(AF_UNIX, sotype, 0, sfds); in runtest() 145 if (sotype == SOCK_STREAM) { in runtest()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 841 uint8_t sotype, solen; in print_ip6opt_ls() local 857 GETINT8(sotype, data); in print_ip6opt_ls() 860 " truncated %u suboption (no len)", sotype); in print_ip6opt_ls() 867 sotype, solen, op_len); in print_ip6opt_ls() 881 switch (sotype) { in print_ip6opt_ls() 941 " unknown %u suboption (len %u)", sotype, solen); in print_ip6opt_ls() 952 sotype, solen); in print_ip6opt_ls()
|