| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_mib2_interfaces.c | 68 struct netif *netif; in interfaces_get_value() local 98 struct netif *netif; in interfaces_Table_get_cell_instance() local 126 struct netif *netif; interfaces_Table_get_next_cell_instance() local 159 struct netif *netif = (struct netif *)instance->reference.ptr; interfaces_Table_get_value() local 295 struct netif *netif = (struct netif *)instance->reference.ptr; interfaces_Table_set_value() local [all...] |
| /third_party/lwip/src/core/ipv4/ |
| H A D | autoip.c | 106 autoip_set_struct(struct netif *netif, struct autoip *autoip) autoip_set_struct() argument 125 autoip_restart(struct netif *netif) autoip_restart() argument 136 autoip_handle_arp_conflict(struct netif *netif) autoip_handle_arp_conflict() argument 169 autoip_create_addr(struct netif *netif, ip4_addr_t *ipaddr) autoip_create_addr() argument 204 autoip_arp_probe(struct netif *netif) autoip_arp_probe() argument 217 autoip_arp_announce(struct netif *netif) autoip_arp_announce() argument 228 autoip_bind(struct netif *netif) autoip_bind() argument 255 autoip_start(struct netif *netif) autoip_start() argument 299 autoip_start_probing(struct netif *netif) autoip_start_probing() argument 333 autoip_network_changed(struct netif *netif) autoip_network_changed() argument 349 autoip_stop(struct netif *netif) autoip_stop() argument 368 struct netif *netif = NULL; autoip_tmr_tick() local 392 struct netif *netif; autoip_tmr() local 476 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) autoip_arp_reply() argument 534 autoip_supplied_address(const struct netif *netif) autoip_supplied_address() argument 544 autoip_accept_packet(struct netif *netif, const ip4_addr_t *addr) autoip_accept_packet() argument [all...] |
| H A D | ip4.c | 137 struct netif *netif = LWIP_HOOK_IP4_ROUTE_SRC(src, dest); in ip4_route_src() local 167 struct netif *netif; global() local 316 struct netif *netif; global() local 407 ip4_input_accept(struct netif *netif) global() argument 462 struct netif *netif; global() local 828 ip4_output_if(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif) global() argument 843 ip4_output_if_opt(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) global() argument 868 ip4_output_if_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif) global() argument 881 ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) global() argument 1072 struct netif *netif; global() local 1114 struct netif *netif; global() local [all...] |
| H A D | igmp.c | 128 igmp_start(struct netif *netif) igmp_start() argument 160 igmp_stop(struct netif *netif) igmp_stop() argument 192 igmp_report_groups(struct netif *netif) igmp_report_groups() argument 295 igmp_remove_group(struct netif *netif, struct igmp_group *group) igmp_remove_group() argument 452 struct netif *netif; global() local 489 igmp_joingroup_netif(struct netif *netif, const ip4_addr_t *groupaddr) global() argument 553 struct netif *netif; global() local 589 igmp_leavegroup_netif(struct netif *netif, const ip4_addr_t *groupaddr) global() argument 651 struct netif *netif; global() local 676 struct netif *netif = NULL; global() local 704 igmp_timeout(struct netif *netif, struct igmp_group *group) global() argument 778 igmp_ip_output_if(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, struct netif *netif) global() argument 795 igmp_send(struct netif *netif, struct igmp_group *group, u8_t type) global() argument [all...] |
| /third_party/lwip/src/core/ipv6/ |
| H A D | mld6.c | 96 mld6_stop(struct netif *netif) mld6_stop() argument 125 mld6_report_groups(struct netif *netif) mld6_report_groups() argument 194 mld6_remove_group(struct netif *netif, struct mld_group *group) mld6_remove_group() argument 318 struct netif *netif; global() local 351 mld6_joingroup_netif(struct netif *netif, const ip6_addr_t *groupaddr) global() argument 411 struct netif *netif; global() local 445 mld6_leavegroup_netif(struct netif *netif, const ip6_addr_t *groupaddr) global() argument 506 struct netif *netif; global() local 538 struct netif *netif = NULL; global() local 604 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) global() argument 663 MLD6_HL, 0, IP6_NEXTH_HOPBYHOP, netif); global() local [all...] |
| H A D | ip6.c | 335 ip6_select_source_address(struct netif *netif, const ip6_addr_t *dest) global() argument 420 struct netif *netif; global() local 521 ip6_input_accept(struct netif *netif) global() argument 564 struct netif *netif; global() local 1209 ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) global() argument 1233 ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) global() argument 1354 struct netif *netif; global() local 1425 struct netif *netif; global() local [all...] |
| H A D | ip6_frag.c | 740 ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest) in ip6_frag() argument [all...] |
| /third_party/lwip/src/include/lwip/priv/ |
| H A D | nd6_priv.h | 73 struct netif *netif; member 102 struct netif *netif; member
|
| H A D | api_msg.h | 244 struct netif *netif; member
|
| /third_party/lwip/src/include/netif/ppp/ |
| H A D | pppapi.h | 76 struct netif *netif; member [all...] |
| /third_party/lwip/src/netif/ |
| H A D | lowpan6_ble.c | 176 rfc7668_set_local_addr_eui64(struct netif *netif, const u8_t *local_addr, size_t local_addr_len) in rfc7668_set_local_addr_eui64() argument 187 rfc7668_set_local_addr_mac48(struct netif *netif, cons argument 198 rfc7668_set_peer_addr_eui64(struct netif *netif, const u8_t *peer_addr, size_t peer_addr_len) rfc7668_set_peer_addr_eui64() argument 209 rfc7668_set_peer_addr_mac48(struct netif *netif, const u8_t *peer_addr, size_t peer_addr_len, int is_public_addr) rfc7668_set_peer_addr_mac48() argument 230 rfc7668_compress(struct netif *netif, struct pbuf *p) rfc7668_compress() argument 328 rfc7668_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) rfc7668_output() argument 347 rfc7668_input(struct pbuf * p, struct netif *netif) rfc7668_input() argument 410 rfc7668_if_init(struct netif *netif) rfc7668_if_init() argument [all...] |
| H A D | slipif.c | 116 slipif_output(struct netif *netif, struct pbuf *p) in slipif_output() argument 172 slipif_output_v4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) slipif_output_v4() argument 191 slipif_output_v6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) slipif_output_v6() argument 207 slipif_rxbyte(struct netif *netif, u8_t c) slipif_rxbyte() argument 310 slipif_rxbyte_input(struct netif *netif, u8_t c) slipif_rxbyte_input() argument 333 struct netif *netif = (struct netif *)nf; slipif_loop_thread() local 360 slipif_init(struct netif *netif) slipif_init() argument 426 slipif_poll(struct netif *netif) slipif_poll() argument 449 slipif_process_rxqueue(struct netif *netif) slipif_process_rxqueue() argument 488 slipif_rxbyte_enqueue(struct netif *netif, u8_t data) slipif_rxbyte_enqueue() argument 528 slipif_received_byte(struct netif *netif, u8_t data) slipif_received_byte() argument 547 slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len) slipif_received_bytes() argument [all...] |
| /third_party/lwip/test/unit/etharp/ |
| H A D | test_etharp.c | 36 default_netif_linkoutput(struct netif *netif, struct pbuf *p) in default_netif_linkoutput() argument 45 default_netif_init(struct netif *netif) in default_netif_init() argument [all...] |
| /third_party/lwip/test/unit/ip6/ |
| H A D | test_ip6.c | 20 default_netif_linkoutput(struct netif *netif, struct pbuf *p) in default_netif_linkoutput() argument 29 default_netif_init(struct netif *netif) in default_netif_init() argument [all...] |
| /third_party/libcoap/examples/riot/examples_libcoap_server/ |
| H A D | server-coap.c | 127 gnrc_netif_t *netif = gnrc_netif_iter(NULL); in init_coap_context_endpoints() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| H A D | tcpip_priv.h | 159 struct netif *netif; member
|
| H A D | nd6_priv.h | 86 struct netif *netif; member 120 struct netif *netif; member
|
| /device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
| H A D | wifi_device.c | 383 struct netif *netif = netif_find("wlan0"); in GetLocalWifiGw() local 398 struct netif *netif; in SetLocalWifiGw() local 421 struct netif *netif = netif_find("wlan0"); GetLocalWifiNetmask() local 433 struct netif *netif = netif_find("wlan0"); GetLocalWifiIp() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | lsm_audit.h | 28 int netif; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | lsm_audit.h | 28 int netif; member
|
| /kernel/liteos_a/kernel/extended/container/ |
| H A D | los_net_container.c | 44 struct netif *netif = LOS_MemAlloc(m_aucSysMem1, size); in NetifAlloc() local 53 STATIC VOID FreeNetif(struct netif *netif) in FreeNetif() argument 67 struct netif *netif = NetifAlloc(); CreateVethNetif() local 293 DoSetNetifNetGroup(struct netif *netif, struct net_group *group) DoSetNetifNetGroup() argument 298 DoGetNetGroupFromNetif(struct netif *netif) DoGetNetGroupFromNetif() argument [all...] |
| /kernel/liteos_m/components/net/test/ |
| H A D | net_socket_test_011.c | 60 static void ReplayUdpEncodeEthernet(struct netif *neti argument 187 ParsePackageIpUdp(struct netif *netif, struct pbuf *btBuf) ParsePackageIpUdp() argument 223 ParsePackageEthernet(struct netif *netif, struct pbuf *p) ParsePackageEthernet() argument 268 BtProxySend(struct netif *netif, struct pbuf *p) BtProxySend() argument 374 ArpPackageProc(struct netif *netif, struct pbuf *p) ArpPackageProc() argument 395 ReplayArpEncodeEthernet(struct netif *netif, struct pbuf *p) ReplayArpEncodeEthernet() argument [all...] |
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | usb_ethernet.c | 590 struct netif *netif = &(ue->ue_drv_sc->ac_if); in uether_rxflush() local
|
| /third_party/libcoap/src/ |
| H A D | coap_address.c | 704 netif_t *netif = NULL; in coap_resolve_address_info() local
|
| /third_party/lwip/src/core/ |
| H A D | raw.c | 261 raw_bind_netif(struct raw_pcb *pcb, const struct netif *neti argument 364 struct netif *netif; raw_sendto() local 443 raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, struct netif *netif, const ip_addr_t *src_ip) raw_sendto_if_src() argument [all...] |