Searched refs:sockflags (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram.c | 1614 int sockflags = 0; in BIO_dgram_sctp_wait_for_dry() local 1746 sockflags = fcntl(b->num, F_GETFL, 0); in BIO_dgram_sctp_wait_for_dry() 1753 fcntl(b->num, F_SETFL, sockflags); in BIO_dgram_sctp_wait_for_dry() 1771 int n, sockflags; in BIO_dgram_sctp_msg_waiting() local 1790 sockflags = fcntl(b->num, F_GETFL, 0); in BIO_dgram_sctp_msg_waiting() 1793 fcntl(b->num, F_SETFL, sockflags); in BIO_dgram_sctp_msg_waiting()
|
| /freebsd-13.1/lib/libsysdecode/ |
| H A D | flags.c | 356 static struct name_table sockflags[] = { variable 377 print_mask_part(fp, sockflags, &val, &printed); in sysdecode_socket_type()
|