Searched refs:nh (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_linux.c67 struct nlmsghdr nh; member in struct:__anon16544
73 rtreq.nh.nlmsg_type = RTM_GETROUTE;
74 rtreq.nh.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP;
79 rtreq.nh.nlmsg_len = NLMSG_SPACE(sizeof(rtreq.rtm));
106 nsent = send(rtsock, &rtreq, rtreq.nh.nlmsg_len, 0);
158 struct nlmsghdr *nh; local
161 for (nh = (struct nlmsghdr *)buf;
162 NLMSG_OK(nh, len);
163 nh = NLMSG_NEXT(nh, le
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DVBoxNetFlt-linux.c73 # define VBOX_SKB_RESET_NETWORK_HDR(skb) skb->nh.raw = skb->data
1101 pSkb->mac_len = pSkb->nh.raw - pSkb->data;
1391 if (pBuf->h.raw == pBuf->nh.raw && pBuf->protocol == htons(ETH_P_IP))
1392 pBuf->h.raw = pBuf->nh.raw + pBuf->nh.iph->ihl * 4;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfig.sub711 nh[45]000)
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.sub767 nh[45]000)

Completed in 51 milliseconds