Home | History | Annotate | Download | only in cc

Lines Matching refs:SOCK_CLOEXEC

388   int shafd = socket(AF_ALG, SOCK_SEQPACKET | SOCK_CLOEXEC, 0);
399 int shafd2 = accept4(shafd, NULL, 0, SOCK_CLOEXEC);
628 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL));
1245 sock = socket(AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE);