Searched defs:rtadvd_pcb (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_rtadvd.c70 static struct raw_pcb *rtadvd_pcb; variable in typeref:struct:raw_pcb
88 rtadvd_pcb = raw_new_ip6(IP6_NEXTH_ICMP6);
89 if (rtadvd_pcb == NULL) {
98 raw_recv_ip6(rtadvd_pcb, rtadvd_recv, proxy_netif);

Completed in 51 milliseconds