Searched refs:p_hdr (Results 1 – 1 of 1) sorted by relevance
323 static int interpretLink(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList) in interpretLink() argument332 struct ifinfomsg *l_info = (struct ifinfomsg *)NLMSG_DATA(p_hdr); in interpretLink()338 size_t l_rtaSize = NLMSG_PAYLOAD(p_hdr, sizeof(struct ifinfomsg)); in interpretLink()380 l_rtaSize = NLMSG_PAYLOAD(p_hdr, sizeof(struct ifinfomsg)); in interpretLink()443 static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, int p_numLinks) in interpretAddr() argument445 struct ifaddrmsg *l_info = (struct ifaddrmsg *)NLMSG_DATA(p_hdr); in interpretAddr()453 size_t l_rtaSize = NLMSG_PAYLOAD(p_hdr, sizeof(struct ifaddrmsg)); in interpretAddr()508 l_rtaSize = NLMSG_PAYLOAD(p_hdr, sizeof(struct ifaddrmsg)); in interpretAddr()