Home
last modified time | relevance | path

Searched refs:netif (Results 51 – 58 of 58) sorted by relevance

123

/lib/liblwip/src/core/ipv6/
Dicmp6.c47 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
/lib/liblwip/src/core/
Dtcp_out.c1052 struct netif *netif; in tcp_output_segment() local
1098 netif = ip_route(&(pcb->remote_ip)); in tcp_output_segment()
1099 if (netif == NULL) { in tcp_output_segment()
1102 ip_addr_copy(pcb->local_ip, netif->ip_addr); in tcp_output_segment()
Dtcp.c704 struct netif *netif = ip_route(&(pcb->remote_ip)); in tcp_connect() local
705 if (netif == NULL) { in tcp_connect()
711 ip_addr_copy(pcb->local_ip, netif->ip_addr); in tcp_connect()
1589 struct netif *outif; in tcp_eff_send_mss()
Dtcp_in.c92 tcp_input(struct pbuf *p, struct netif *inp) in tcp_input()
/lib/liblwip/src/core/ipv4/
Dicmp.c77 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h64 void tcp_input (struct pbuf *p, struct netif *inp);
/lib/liblwip/
DUPGRADING97 * Integrated loopif into netif.c - loopif does not have to be created by the
/lib/liblwip/src/core/snmp/
Dmsg_out.c216 struct netif *dst_if; in snmp_send_trap()

123