Searched refs:sockflags (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram.c | 2574 int sockflags = 0; in dgram_sctp_wait_for_dry() local 2701 sockflags = fcntl(b->num, F_GETFL, 0); in dgram_sctp_wait_for_dry() 2708 fcntl(b->num, F_SETFL, sockflags); in dgram_sctp_wait_for_dry() 2731 int n, sockflags; in dgram_sctp_msg_waiting() local 2750 sockflags = fcntl(b->num, F_GETFL, 0); in dgram_sctp_msg_waiting() 2753 fcntl(b->num, F_SETFL, sockflags); in dgram_sctp_msg_waiting()
|
| /freebsd/lib/libsysdecode/ |
| H A D | flags.c | 198 static struct name_table sockflags[] = { variable 220 print_mask_part(fp, sockflags, &val, &printed); in sysdecode_socket_type()
|