Searched refs:cmsg_type (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h776 int cmsg_type; /* [XSI] protocol-specific type */ member in struct:cmsghdr
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c1478 cp->cmsg_type = type;
1510 cp->cmsg_type = type;
H A Duipc_usrreq.c1938 if (cm->cmsg_type != SCM_RIGHTS || cm->cmsg_level != SOL_SOCKET ||
2253 cm->cmsg_type != SCM_RIGHTS)
H A Duipc_socket.c2299 int cmsg_type; local
2303 cmsg_type = mtod(cm, struct cmsghdr *)->cmsg_type;
2313 cmsg_type == SCM_RIGHTS) {
H A Duipc_syscalls.c1218 if (cp->cmsg_level == SOL_SOCKET && cp->cmsg_type == SCM_TIMESTAMP) {
1225 tmp_cp->cmsg_type = SCM_TIMESTAMP;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c725 cm->cmsg_type != SO_TRAFFIC_CLASS)
H A Dudp_usrreq.c1250 if (cm->cmsg_level != IPPROTO_IP || cm->cmsg_type != IP_PKTINFO)
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c3093 error = ip6_setpktopt(cm->cmsg_type, CMSG_DATA(cm),

Completed in 104 milliseconds