Searched refs:netif (Results 51 – 58 of 58) sorted by relevance
123
47 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
1052 struct netif *netif; in tcp_output_segment() local1098 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()
704 struct netif *netif = ip_route(&(pcb->remote_ip)); in tcp_connect() local705 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()
92 tcp_input(struct pbuf *p, struct netif *inp) in tcp_input()
77 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
64 void tcp_input (struct pbuf *p, struct netif *inp);
97 * Integrated loopif into netif.c - loopif does not have to be created by the
216 struct netif *dst_if; in snmp_send_trap()