Searched refs:CMSG_FIRSTHDR (Results 1 – 17 of 17) 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()
472 #define CMSG_FIRSTHDR(m) \ macro477 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
832 #ifdef CMSG_FIRSTHDR in recvfrom_flags()874 #ifndef CMSG_FIRSTHDR in recvfrom_flags()875 …#warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received in… in recvfrom_flags()885 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr != NULL; in recvfrom_flags()
4665 cmsg = CMSG_FIRSTHDR(&msg); in read_msg()
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()
173 cmsgp = CMSG_FIRSTHDR(msgp); in set_ancillary_data()1026 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in pr_ext_headers()
2564 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in ping_gettime()
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()
774 cmsg = CMSG_FIRSTHDR(&msg); in deliver_request()