Searched refs:sockflags (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_dgram.c | 1602 int sockflags = 0; in dgram_sctp_wait_for_dry() local 1734 sockflags = fcntl(b->num, F_GETFL, 0); in dgram_sctp_wait_for_dry() 1741 fcntl(b->num, F_SETFL, sockflags); in dgram_sctp_wait_for_dry() 1764 int n, sockflags; in dgram_sctp_msg_waiting() local 1783 sockflags = fcntl(b->num, F_GETFL, 0); in dgram_sctp_msg_waiting() 1786 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 219 print_mask_part(fp, sockflags, &val, &printed); in sysdecode_socket_type()
|