/src/sys/kern/ |
sysv_msg.c | 303 struct __msg *nmsghdr, *msghdr, *pmsghdr; local in function:msgrealloc 323 msghdr = mptr->_msg_first; 324 while (msghdr) { 340 nmsghdr->msg_ts = msghdr->msg_ts; 344 msgsz = msghdr->msg_ts; 358 next = msghdr->msg_spot; 380 msghdr = msghdr->msg_next; 419 msg_freehdr(struct __msg *msghdr) 424 while (msghdr->msg_ts > 0) 511 struct __msg *msghdr; local in function:msgctl1 711 struct __msg *msghdr; local in function:msgsnd1 1020 struct __msg *msghdr; local in function:msgrcv1 [all...] |
sysv_msg.c | 303 struct __msg *nmsghdr, *msghdr, *pmsghdr; local in function:msgrealloc 323 msghdr = mptr->_msg_first; 324 while (msghdr) { 340 nmsghdr->msg_ts = msghdr->msg_ts; 344 msgsz = msghdr->msg_ts; 358 next = msghdr->msg_spot; 380 msghdr = msghdr->msg_next; 419 msg_freehdr(struct __msg *msghdr) 424 while (msghdr->msg_ts > 0) 511 struct __msg *msghdr; local in function:msgctl1 711 struct __msg *msghdr; local in function:msgsnd1 1020 struct __msg *msghdr; local in function:msgrcv1 [all...] |
/src/usr.sbin/ldpd/ |
mpls_routes.c | 780 struct ifa_msghdr *msghdr = (struct ifa_msghdr *)&rg->m_rtm; local in function:check_if_addr_updown 784 (msghdr->ifam_addrs & RTA_NETMASK) == 0 || 785 (msghdr->ifam_addrs & RTA_IFA) == 0) 791 ifa = netmask = (union sockunion *)(msghdr + 1); 796 if (msghdr->ifam_addrs & RTA_IFP)
|
mpls_routes.c | 780 struct ifa_msghdr *msghdr = (struct ifa_msghdr *)&rg->m_rtm; local in function:check_if_addr_updown 784 (msghdr->ifam_addrs & RTA_NETMASK) == 0 || 785 (msghdr->ifam_addrs & RTA_IFA) == 0) 791 ifa = netmask = (union sockunion *)(msghdr + 1); 796 if (msghdr->ifam_addrs & RTA_IFP)
|
/src/sys/sys/ |
socket.h | 481 struct msghdr { struct 510 struct msghdr msg_hdr; 637 ssize_t recvmsg(int, struct msghdr *, int); 641 ssize_t sendmsg(int, const struct msghdr *, int);
|
socket.h | 481 struct msghdr { struct 510 struct msghdr msg_hdr; 637 ssize_t recvmsg(int, struct msghdr *, int); 641 ssize_t sendmsg(int, const struct msghdr *, int);
|