/external/syslinux/core/lwip/src/include/lwip/ |
D | netif.h | 136 struct netif { struct 138 struct netif *next; argument 147 netif_input_fn input; argument 151 netif_output_fn output; argument 155 netif_linkoutput_fn linkoutput; argument 157 /** This function is called when the netif state is set to up or down argument 159 netif_status_callback_fn status_callback; argument 164 netif_status_callback_fn link_callback; argument 170 /** the DHCP client state information for this netif */ argument 174 /** the AutoIP client state information for this netif */ argument [all …]
|
D | netifapi.h | 52 struct netif *netif; member
|
D | tcpip.h | 137 struct netif *netif; member
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | autoip.c | 90 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ argument 102 #define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \ argument 141 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct() 158 autoip_restart(struct netif *netif) in autoip_restart() 168 autoip_handle_arp_conflict(struct netif *netif) in autoip_handle_arp_conflict() 204 autoip_create_addr(struct netif *netif, ip_addr_t *ipaddr) in autoip_create_addr() 237 autoip_arp_probe(struct netif *netif) in autoip_arp_probe() 250 autoip_arp_announce(struct netif *netif) in autoip_arp_announce() 263 autoip_bind(struct netif *netif) in autoip_bind() 293 autoip_start(struct netif *netif) in autoip_start() [all …]
|
D | ip.c | 126 struct netif *netif; in ip_route() local 162 struct netif *netif; in ip_forward() local 245 struct netif *netif; local 574 u8_t proto, struct netif *netif) 587 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 751 struct netif *netif; local 790 struct netif *netif; local
|
D | igmp.c | 192 igmp_start(struct netif *netif) in igmp_start() 224 igmp_stop(struct netif *netif) in igmp_stop() 268 igmp_report_groups(struct netif *netif) in igmp_report_groups() 520 struct netif *netif; in igmp_joingroup() local 590 struct netif *netif; in igmp_leavegroup() local 757 igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif) in igmp_ip_output_if()
|
D | ip_addr.c | 55 ip4_addr_isbroadcast(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast()
|
D | ip_frag.c | 667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) in ip_frag()
|
/external/syslinux/core/lwip/src/core/ |
D | netif.c | 89 netif_loopif_init(struct netif *netif) in netif_loopif_init() 137 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, in netif_add() 222 netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, in netif_set_addr() 236 netif_remove(struct netif *netif) in netif_remove() 288 struct netif *netif; in netif_find() local 319 netif_set_ipaddr(struct netif *netif, ip_addr_t *ipaddr) in netif_set_ipaddr() 384 netif_set_gw(struct netif *netif, ip_addr_t *gw) in netif_set_gw() 405 netif_set_netmask(struct netif *netif, ip_addr_t *netmask) in netif_set_netmask() 426 netif_set_default(struct netif *netif) in netif_set_default() 449 void netif_set_up(struct netif *netif) in netif_set_up() [all …]
|
D | dhcp.c | 98 #define DHCP_MAX_MSG_LEN(netif) (netif->mtu) argument 183 dhcp_handle_nak(struct netif *netif) in dhcp_handle_nak() 211 dhcp_check(struct netif *netif) in dhcp_check() 238 dhcp_handle_offer(struct netif *netif) in dhcp_handle_offer() 269 dhcp_select(struct netif *netif) in dhcp_select() 335 struct netif *netif = netif_list; in dhcp_coarse_tmr() local 367 struct netif *netif = netif_list; in dhcp_fine_tmr() local 398 dhcp_timeout(struct netif *netif) in dhcp_timeout() 461 dhcp_t1_timeout(struct netif *netif) in dhcp_t1_timeout() 483 dhcp_t2_timeout(struct netif *netif) in dhcp_t2_timeout() [all …]
|
D | udp.c | 431 struct netif *netif; local 477 ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) 486 u16_t dst_port, struct netif *netif, u8_t have_chksum, 824 struct netif *netif; local
|
D | raw.c | 206 struct netif *netif; in raw_sendto() local
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
D | UnixNetworkInterfaceTest.java | 39 NetworkInterface netif = netifs.nextElement(); in test_isUp() local 64 NetworkInterface netif = netifs.nextElement(); in test_supportsMulticast() local 91 NetworkInterface netif = netifs.nextElement(); in test_getHardwareAddress() local 122 NetworkInterface netif = netifs.nextElement(); in test_getMTU() local 146 NetworkInterface netif = netifs.nextElement(); in test_getSubInterfaces() local 167 NetworkInterface netif = netifs.nextElement(); in test_getParent() local 193 NetworkInterface netif = netifs.nextElement(); in test_isVirtual() local
|
/external/syslinux/core/lwip/src/netif/ |
D | etharp.c | 103 struct netif *netif; member 125 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \ argument 128 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument 410 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip() 443 update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) 524 struct netif *netif; local 583 etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr, 619 etharp_ip_input(struct netif *netif, struct pbuf *p) 668 etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr, struct pbuf *p) 837 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr) [all …]
|
D | slipif.c | 91 slipif_output(struct netif *netif, struct pbuf *p, ip_addr_t *ipaddr) in slipif_output() 163 slipif_input(struct netif *netif, u8_t block) in slipif_input() 268 struct netif *netif = (struct netif *)nf; in slipif_loop_thread() local 297 slipif_init(struct netif *netif) in slipif_init() 350 slipif_poll(struct netif *netif) in slipif_poll()
|
D | undiif.c | 134 static inline int arp_hdr_len(struct netif *netif) in arp_hdr_len() 156 struct netif *netif; member 180 static inline bool undi_is_ethernet(struct netif *netif) in undi_is_ethernet() 397 low_level_init(struct netif *netif) in low_level_init() 466 undi_transmit(struct netif *netif, struct pbuf *pbuf, in undi_transmit() 541 undi_send_unknown(struct netif *netif, struct pbuf *pbuf) in undi_send_unknown() 547 undi_send_ip(struct netif *netif, struct pbuf *pbuf, hwaddr_t *dst) in undi_send_ip() 553 undi_send_arp(struct netif *netif, struct pbuf *pbuf, hwaddr_t *dst) in undi_send_arp() 568 undiarp_request(struct netif *netif, struct ip_addr *ipaddr) in undiarp_request() 709 find_entry(struct ip_addr *ipaddr, u8_t flags, struct netif *netif) in find_entry() [all …]
|
/external/autotest/client/bin/net/ |
D | net_tc.py | 97 def setup(self, netif): argument 107 def restore(self, netif): argument 187 def _get_tc_conf(self, netif): argument 205 def setup(self, netif): argument 209 def restore(self, netif): argument 230 def setup(self, netif): argument 237 def restore(self, netif): argument 269 def _get_tc_conf(self, netif): argument 293 def setup(self, netif): argument 299 def restore(self, netif): argument [all …]
|
/external/syslinux/core/lwip/src/api/ |
D | netifapi.c | 98 netifapi_netif_add(struct netif *netif, in netifapi_netif_add() 126 netifapi_netif_set_addr(struct netif *netif, in netifapi_netif_set_addr() 148 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, in netifapi_netif_common()
|
/external/scapy/scapy/arch/ |
D | unix.py | 28 def _guess_iface_name(netif): argument
|
/external/syslinux/core/lwip/src/include/ipv4/lwip/ |
D | igmp.h | 76 struct netif *netif; member
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp_oe.c | 285 pppoe_dispatch_disc_pkt(struct netif *netif, struct pbuf *pb) in pppoe_dispatch_disc_pkt() 550 pppoe_disc_input(struct netif *netif, struct pbuf *p) in pppoe_disc_input() 561 pppoe_data_input(struct netif *netif, struct pbuf *pb) in pppoe_data_input()
|
D | ppp.c | 214 struct netif netif; member 798 pppifOutput(struct netif *netif, struct pbuf *pb, ip_addr_t *ipaddr) in pppifOutput() 1311 pppifNetifInit(struct netif *netif) in pppifNetifInit()
|
/external/syslinux/core/lwip/src/include/netif/ |
D | etharp.h | 192 #define etharp_gratuitous(netif) etharp_request((netif), &(netif)->ip_addr) argument
|
/external/syslinux/core/lwip/src/core/snmp/ |
D | mib_structs.c | 95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif) in snmp_ifindextonetif() 116 snmp_netiftoifindex(struct netif *netif, s32_t *ifidx) in snmp_netiftoifindex()
|
D | mib2.c | 2395 struct netif *netif; in ifentry_get_object_def() local 2463 struct netif *netif; in ifentry_get_value() local 2620 struct netif *netif; in ifentry_set_test() local 2643 struct netif *netif; in ifentry_set_value() local 2729 struct netif *netif; in atentry_get_value() local 3075 struct netif *netif = netif_list; in ip_addrentry_get_value() local 3213 struct netif *netif; in ip_rteentry_get_value() local 3420 struct netif *netif; in ip_ntomentry_get_value() local
|