Searched defs:inp (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dicmp.c47 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);
H A Dip.c107 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...]
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dicmp6.c47 icmp_input(struct pbuf *p, struct netif *inp) argument
104 iphdr->hoplim, IP_PROTO_ICMP, inp);
H A Dip6.c157 ip_input(struct pbuf *p, struct netif *inp) { argument
234 icmp_input(p, inp);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dconio.h49 static inline int inp(unsigned short i) { return _inp(i); } function
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c125 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/Network/lwip/src/include/lwip/
H A Dtcpip.h43 err_t tcpip_input(struct pbuf *p, struct netif *inp);
66 } inp; member in union:tcpip_msg::__anon14887
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dconio.h59 static inline int inp(unsigned short i) { return _inp(i); } function
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Draw.c86 raw_input(struct pbuf *p, struct netif *inp) argument
H A Dtcp_in.c93 tcp_input(struct pbuf *p, struct netif *inp) argument
123 if (ip_addr_isbroadcast(&(iphdr->dest), inp) ||
H A Dudp.c86 udp_input(struct pbuf *p, struct netif *inp) argument
149 ip_addr_isbroadcast(&(iphdr->dest), inp))) {
172 if (pcb != NULL || ip_addr_cmp(&inp->ip_addr, &iphdr->dest)) {
222 if (!ip_addr_isbroadcast(&iphdr->dest, inp) &&
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dicmp.c86 * @param inp the netif on which this packet was received
89 icmp_input(struct pbuf *p, struct netif *inp) argument
130 if (ip_addr_isbroadcast(ip_current_dest_addr(), inp)) {
236 ICMP_TTL, 0, IP_PROTO_ICMP, inp);
278 * @param inp the netif on which this packet was received
281 icmp_proxy_input(struct pbuf *p, struct netif *inp) argument
H A Digmp.c385 * @param inp network interface on which the packet was received
389 igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest) argument
409 LWIP_DEBUGF(IGMP_DEBUG, (" on if %p\n", inp));
421 group = igmp_lookfor_group(inp, dest); /* use the destination IP address of incoming packet */
450 if ((groupref->netif == inp) && (!(ip_addr_cmp(&(groupref->group_address), &allsystems)))) {
465 group = igmp_lookfor_group(inp, &groupaddr);
H A Dip4.c198 * @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/Network/lwip/src/netif/ppp/
H A Dfsm.c331 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...]
H A Dpap.c319 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 Dchap.c112 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...]
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dtcpip.c103 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-new/src/core/ipv6/
H A Dicmp6.c82 * @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 Dip6.c290 * @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...]
H A Dmld6.c235 * @param inp the netif on which this packet was received
238 mld6_input(struct pbuf *p, struct netif *inp) argument
266 if ((group->netif == inp) &&
279 group = mld6_lookfor_group(inp, ip6_current_dest_addr());
293 group = mld6_lookfor_group(inp, ip6_current_dest_addr());
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Draw.c69 * @param inp network interface on which the datagram was received.
78 raw_input(struct pbuf *p, struct netif *inp) argument
89 LWIP_UNUSED_ARG(inp);
113 if ((ip_get_option(pcb, SOF_BROADCAST) || !ip_addr_isbroadcast(ip_current_dest_addr(), inp))
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcpip.h104 err_t tcpip_input(struct pbuf *p, struct netif *inp);
165 } inp; member in union:tcpip_msg::__anon14920
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dfsm.c384 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...]
H A Dpap.c337 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...]

Completed in 843 milliseconds

12