Searched refs:CMSG_FIRSTHDR (Results 1 – 14 of 14) sorted by relevance
191 cmsgp = CMSG_FIRSTHDR(msgp); in set_ancillary_data()283 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in update_hoplimit_ancillary_data()379 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary_data()
296 for (cmsg = CMSG_FIRSTHDR(&hdr); cmsg != NULL; in sctp_recvmsg()329 cmsg = CMSG_FIRSTHDR(&hdr); in sctp_send_common()
471 #define CMSG_FIRSTHDR(m) \ macro476 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
781 #ifdef CMSG_FIRSTHDR in recvfrom_flags()823 #ifndef CMSG_FIRSTHDR in recvfrom_flags()824 …#warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received in… in recvfrom_flags()834 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr != NULL; in recvfrom_flags()
311 #define CMSG_FIRSTHDR(m) \ macro316 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
231 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary()
224 cmsgp = CMSG_FIRSTHDR(&msg); in sendtoif()
171 cmsgp = CMSG_FIRSTHDR(msgp); in set_ancillary_data()1024 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in pr_ext_headers()
57 for (cmsg = CMSG_FIRSTHDR(rmsg); cmsg != NULL; in find_ancillary()
962 cmsg = CMSG_FIRSTHDR(&msg); in send_pkt_internal()1260 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL; in sock_recvpkt()
892 for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in rdsv3_cmsg_send()
85 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary()
1335 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary()
3159 cmsgp = CMSG_FIRSTHDR(&msg6); in vrrpd_send_adv_v6()3495 for (cmsgp = CMSG_FIRSTHDR(msgp); cmsgp != NULL; in vrrpd_process_adv_v6()