/third_party/lwip/doc/ |
H A D | NO_SYS_SampleCode.c | 22 netif_output(struct netif *netif, struct pbuf *p) in netif_output() argument 44 netif_status_callback(struct netif *netif) in netif_status_callback() argument 50 netif_init(struct netif *neti argument 68 struct netif netif; main() local [all...] |
/third_party/lwip/src/core/ipv6/ |
H A D | ethip6.c | 79 ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in ethip6_output() argument [all...] |
H A D | icmp6.c | 312 struct netif *netif = ip_current_netif(); in icmp6_send_response() local 350 struct netif *netif; icmp6_send_response_with_addrs() local 389 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, const ip6_addr_t *reply_src, const ip6_addr_t *reply_dest, struct netif *netif) icmp6_send_response_with_addrs_and_netif() argument [all...] |
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...] |
/third_party/libcoap/examples/lwip/ |
H A D | server.c | 66 struct netif *netif = (struct netif *)arg; in wait_for_input() local 78 struct netif netif; in main() local [all...] |
H A D | client.c | 67 struct netif *netif = (struct netif *)arg; in wait_for_input() local 79 struct netif netif; in main() local [all...] |
/third_party/lwip/src/core/ |
H A D | net_group.c | 49 static void do_set_netif_net_group(struct netif *netif, struct net_group *group) in do_set_netif_net_group() argument 55 static struct net_group *do_get_net_group_from_netif(struct netif *netif) in do_get_net_group_from_netif() argument
|
/third_party/lwip/src/netif/ |
H A D | ethernet.c | 81 ethernet_input(struct pbuf *p, struct netif *netif) argument 270 ethernet_output(struct netif * netif, struct pbuf * p, const struct eth_addr * src, const struct eth_addr * dst, u16_t eth_type) global() argument [all...] |
H A D | zepif.c | 168 zepif_linkoutput(struct netif *netif, struct pbuf *p) in zepif_linkoutput() argument 222 zepif_init(struct netif *netif) zepif_init() argument [all...] |
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/src/core/ipv4/ |
H A D | icmp.c | 347 struct netif *netif; in icmp_send_response() local [all...] |
H A D | ip4_addr.c | 58 ip4_addr_isbroadcast_u32(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast_u32() argument [all...] |
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...] |
/third_party/lwip/test/fuzz/ |
H A D | fuzz.c | 61 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p) in lwip_tx_func() argument 68 static err_t testif_init(struct netif *netif) in testif_init() argument 95 input_pkt(struct netif *netif, const u8_t *data, size_t len) input_pkt() argument 113 input_pkts(struct netif *netif, const u8_t *data, size_t len) input_pkts() argument [all...] |
/third_party/lwip/test/unit/core/ |
H A D | test_netif.c | 32 testif_tx_func(struct netif *netif, struct pbuf *p) in testif_tx_func() argument 40 testif_init(struct netif *netif) in testif_init() argument 67 test_netif_ext_callback_dummy(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t* args) test_netif_ext_callback_dummy() argument 77 test_netif_ext_callback(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t* args) test_netif_ext_callback() argument [all...] |
/third_party/lwip/test/unit/mqtt/ |
H A D | test_mqtt.c | 12 static err_t test_mqtt_netif_output(struct netif *netif, struct pbuf *p, in test_mqtt_netif_output() argument 22 test_mqtt_init_netif(struct netif *netif, const ip_addr_t *ip_addr, const ip_addr_t *netmask) in test_mqtt_init_netif() argument 74 struct netif netif; START_TEST() local [all...] |
/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/include/lwip/priv/ |
H A D | nd6_priv.h | 73 struct netif *netif; member 102 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/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
|
/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
|