/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | tcpip.h | 43 err_t tcpip_input(struct pbuf *p, struct netif *inp); 66 } inp; member in union:tcpip_msg::__anon14887
|
H A D | raw.h | 70 u8_t raw_input (struct pbuf *p, struct netif *inp);
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | tcpip.c | 125 ip_input(msg->msg.inp.p, msg->msg.inp.netif); 151 tcpip_input(struct pbuf *p, struct netif *inp) argument 162 msg->msg.inp.p = p; 163 msg->msg.inp.netif = inp;
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | misc.c | 16 int inet_aton ( const char *cp, struct in_addr *inp ) { 30 inp->s_addr = htonl(ip);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | tcpip.c | 103 if (msg->msg.inp.netif->flags & (NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET)) { 104 ethernet_input(msg->msg.inp.p, msg->msg.inp.netif); 108 if ((*((unsigned char *)(msg->msg.inp.p->payload)) & 0xf0) == 0x60) { 109 ip6_input(msg->msg.inp.p, msg->msg.inp.netif); 113 ip_input(msg->msg.inp.p, msg->msg.inp.netif); 176 * to an IP header (if inp doesn't have NETIF_FLAG_ETHARP or 178 * @param inp th 181 tcpip_input(struct pbuf *p, struct netif *inp) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | pap.c | 319 u_char *inp; local 327 inp = inpacket; 332 GETCHAR(code, inp); 333 GETCHAR(id, inp); 334 GETSHORT(len, inp); 350 upap_rauthreq(u, inp, id, len); 354 upap_rauthack(u, inp, id, len); 358 upap_rauthnak(u, inp, id, len); 372 u_char *inp, 408 GETCHAR(ruserlen, inp); 370 upap_rauthreq( upap_state *u, u_char *inp, int id, int len ) argument 448 upap_rauthack( upap_state *u, u_char *inp, int id, int len ) argument 488 upap_rauthnak( upap_state *u, u_char *inp, int id, int len ) argument [all...] |
H A D | chap.c | 112 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len); 113 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len); 361 u_char *inp; local 369 inp = inpacket; 374 GETCHAR(code, inp); 375 GETCHAR(id, inp); 376 GETSHORT(len, inp); 392 ChapReceiveChallenge(cstate, inp, id, len); 396 ChapReceiveResponse(cstate, inp, id, len); 400 ChapReceiveFailure(cstate, inp, i 417 ChapReceiveChallenge(chap_state *cstate, u_char *inp, int id, int len) argument 511 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) argument 626 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) argument 659 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) argument [all...] |
H A D | fsm.c | 331 u_char *inp = inpacket; local 344 GETCHAR(code, inp); 345 GETCHAR(id, inp); 346 GETSHORT(len, inp); 370 fsm_rconfreq(f, id, inp, len); 374 fsm_rconfack(f, id, inp, len); 379 fsm_rconfnakrej(f, code, id, inp, len); 383 fsm_rtermreq(f, id, inp, len); 391 fsm_rcoderej(f, inp, len); 396 || !(*f->callbacks->extcode)(f, code, id, inp, le 522 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) argument 591 fsm_rconfack(fsm *f, int id, u_char *inp, int len) argument 647 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) argument 770 fsm_rcoderej(fsm *f, u_char *inp, int len) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | pap.c | 337 u_char *inp; local 345 inp = inpacket; 350 GETCHAR(code, inp); 351 GETCHAR(id, inp); 352 GETSHORT(len, inp); 368 upap_rauthreq(u, inp, id, len); 372 upap_rauthack(u, inp, id, len); 376 upap_rauthnak(u, inp, id, len); 390 upap_rauthreq(upap_state *u, u_char *inp, u_char id, int len) argument 424 GETCHAR(ruserlen, inp); 466 upap_rauthack(upap_state *u, u_char *inp, int id, int len) argument 508 upap_rauthnak(upap_state *u, u_char *inp, int id, int len) argument [all...] |
H A D | chap.c | 147 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len); 148 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len); 366 u_char *inp; local 374 inp = inpacket; 379 GETCHAR(code, inp); 380 GETCHAR(id, inp); 381 GETSHORT(len, inp); 397 ChapReceiveChallenge(cstate, inp, id, len); 401 ChapReceiveResponse(cstate, inp, id, len); 405 ChapReceiveFailure(cstate, inp, i 423 ChapReceiveChallenge(chap_state *cstate, u_char *inp, u_char id, int len) argument 521 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) argument 640 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) argument 678 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) argument [all...] |
H A D | fsm.c | 384 u_char *inp = inpacket; local 397 GETCHAR(code, inp); 398 GETCHAR(id, inp); 399 GETSHORT(len, inp); 423 fsm_rconfreq(f, id, inp, len); 427 fsm_rconfack(f, id, inp, len); 432 fsm_rconfnakrej(f, code, id, inp, len); 436 fsm_rtermreq(f, id, inp, len); 444 fsm_rcoderej(f, inp, len); 450 !(*f->callbacks->extcode)(f, code, id, inp, le 462 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) argument 535 fsm_rconfack(fsm *f, int id, u_char *inp, int len) argument 594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) argument 733 fsm_rcoderej(fsm *f, u_char *inp, int len) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/ |
H A D | icmp.h | 107 void icmp_input(struct pbuf *p, struct netif *inp); 109 void icmp_proxy_input(struct pbuf *p, struct netif *inp);
|
H A D | igmp.h | 95 void igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/ |
H A D | icmp6.h | 138 void icmp6_input(struct pbuf *p, struct netif *inp); 140 void icmp6_proxy_input(struct pbuf *p, struct netif *inp);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | nd6.c | 120 * @param inp the netif on which this packet was received 123 nd6_input(struct pbuf *p, struct netif *inp) argument 171 if (!ip6_addr_isinvalid(netif_ip6_addr_state(inp, i)) && 172 ip6_addr_cmp(ip6_current_dest_addr(), netif_ip6_addr(inp, i))) { 174 netif_ip6_addr_set_state(inp, i, IP6_ADDR_INVALID); 178 ip6_addr_set_solicitednode(&multicast_address, netif_ip6_addr(inp, i)->addr[3]); 179 mld6_leavegroup(netif_ip6_addr(inp, i), &multicast_address); 188 i = nd6_get_onlink_prefix(ip6_current_dest_addr(), inp); 207 MEMCPY(neighbor_cache[i].lladdr, lladdr_opt->addr, inp->hwaddr_len); 228 neighbor_cache[i].netif = inp; [all...] |
H A D | icmp6.c | 82 * @param inp the netif on which this packet was received 85 icmp6_input(struct pbuf *p, struct netif *inp) argument 121 nd6_input(p, inp); 133 mld6_input(p, inp); 169 reply_src = ip6_select_source_address(inp, ip6_current_src_addr()); 195 LWIP_ICMP6_HL, 0, IP6_NEXTH_ICMP6, inp); 220 icmp6_proxy_input(struct pbuf *p, struct netif *inp) argument
|
H A D | ip6.c | 290 * @param inp the netif on which this packet was received 294 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) argument 349 if (netif == inp) { 410 * @param inp the netif on which this packet was received 415 ip6_input(struct pbuf *p, struct netif *inp) argument 433 if (ip6_addr_isinvalid(netif_ip6_addr_state(inp, 0))) { 481 ip_data.current_netif = inp; 488 netif = inp; 495 netif = inp; 499 else if (mld6_lookfor_group(inp, ip6_current_dest_add [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv6/lwip/ |
H A D | icmp.h | 62 void icmp_input(struct pbuf *p, struct netif *inp);
|
H A D | ip.h | 80 void ip_input(struct pbuf *p, struct netif *inp);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | ip.c | 107 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) argument 122 if (netif == inp) { 175 ip_input(struct pbuf *p, struct netif *inp) { argument 264 netif = inp; 275 if (!ip_addr_isbroadcast(&(iphdr->dest), inp)) { 277 ip_forward(p, iphdr, inp); 331 if (raw_input(p, inp) == 0) { 339 udp_input(p, inp); 345 tcp_input(p, inp); 350 icmp_input(p, inp); [all...] |
H A D | icmp.c | 47 icmp_input(struct pbuf *p, struct netif *inp) argument 75 if (ip_addr_isbroadcast(&iphdr->dest, inp) || ip_addr_ismulticast(&iphdr->dest)) { 116 IPH_TTL(iphdr), 0, IP_PROTO_ICMP, inp);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | ip4.c | 198 * @param inp the netif on which this packet was received 202 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) argument 249 if (netif == inp) { 327 * @param inp the netif on which this packet was received 332 ip_input(struct pbuf *p, struct netif *inp) argument 361 if (LWIP_HOOK_IP4_INPUT(p, inp)) { 420 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ip_current_dest_addr()))) { 421 netif = inp; 428 /* start trying with inp [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | inlines.h | 18 extern unsigned inp(unsigned port); 22 #pragma intrinsic(inp,outp,inpw,outpw) 23 #define inb(p) inp(p)
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | tcpip.h | 104 err_t tcpip_input(struct pbuf *p, struct netif *inp); 165 } inp; member in union:tcpip_msg::__anon14920
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | conio.h | 49 static inline int inp(unsigned short i) { return _inp(i); } function
|