Home
last modified time | relevance | path

Searched defs:netif (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/lwip/doc/
H A DNO_SYS_SampleCode.c22 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 Dethip6.c79 ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in ethip6_output() argument
[all...]
H A Dicmp6.c312 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...]
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_lwip_monitor.c26 NetifStatusCallback( struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t *args) NetifStatusCallback() argument
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dlnn_ip_utils_adapter.c28 struct netif *netif = NULL; in GetNetworkIpByIfName() local
/third_party/libcoap/examples/lwip/
H A Dserver.c66 struct netif *netif = (struct netif *)arg; in wait_for_input() local
78 struct netif netif; in main() local
[all...]
H A Dclient.c67 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 Dnet_group.c49 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 Dethernet.c81 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 Dzepif.c168 zepif_linkoutput(struct netif *netif, struct pbuf *p) in zepif_linkoutput() argument
222 zepif_init(struct netif *netif) zepif_init() argument
[all...]
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Ddriverif.c55 driverif_init_ifname(struct netif *netif) argument
101 driverif_output(struct netif *netif, struct pbuf *p) global() argument
141 driverif_input(struct netif *netif, struct pbuf *p) global() argument
248 driverif_init(struct netif *netif) global() argument
326 netif_veth_output(struct netif *netif, struct pbuf *p, const ip4_addr_t *addr) global() argument
332 veth_init_fullname(struct netif *netif) global() argument
353 netif_vethif_init(struct netif *netif) global() argument
374 veth_init(struct netif *netif, struct net_group *group) global() argument
[all...]
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
H A Dfixme.c46 err_t dhcp_is_bound(struct netif *netif) in dhcp_is_bound() argument
65 struct netif *netif = NULL; in netif_find_by_name() local
97 struct netif *netif = NULL; netifapi_netif_find_by_name() local
[all...]
H A Dlwip_ifaddrs.c101 static int get_ifa_name(struct netif *netif, struct ifaddrs *ifaddr) in get_ifa_name() argument
116 static int get_ipv4_ifaddr(struct netif *netif, struct ifaddrs *ifaddr) in get_ipv4_ifaddr() argument
183 get_ipv6_ifaddr(struct netif *netif, struct ifaddrs *ifaddr, int tmp_index) get_ipv6_ifaddr() argument
212 struct netif *netif = NULL; getifaddrs_internal() local
[all...]
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Ddriverif.c56 LWIP_STATIC void driverif_get_ifname_prefix(struct netif *netif, char *prefix, int prefixLen) in driverif_get_ifname_prefix() argument
78 LWIP_STATIC void driverif_init_ifname(struct netif *netif) in driverif_init_ifname() argument
125 driverif_output(struct netif *netif, struct pbuf *p) driverif_output() argument
153 driverif_input_proc(struct netif *netif, struct pbuf *p) driverif_input_proc() argument
211 driverif_input(struct netif *netif, struct pbuf *p) driverif_input() argument
278 driverif_init(struct netif *netif) driverif_init() argument
[all...]
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dfixme.c25 err_t OsDhcpIsBound(struct netif *netif) in OsDhcpIsBound() argument
44 struct netif *netif = NULL; in OsNetifFindByName() local
74 struct netif *netif = NULL; OsNetifapiNetifFindByName() local
[all...]
H A Dlwip_ifaddrs.c87 static int OsGetIfaName(struct netif *netif, struct ifaddrs *ifaddr) in OsGetIfaName() argument
102 static int OsGetIpv4Ifaddr(struct netif *netif, struct ifaddrs *ifaddr) in OsGetIpv4Ifaddr() argument
169 OsGetIpv6Ifaddr(struct netif *netif, struct ifaddrs *ifaddr, int tmp_index) OsGetIpv6Ifaddr() argument
198 struct netif *netif = NULL; OsGetIfaddrsInternal() local
[all...]
/kernel/uniproton/src/net/lwip-2.1/src/
H A Ddriverif.c38 static void OsDriverifGetIfnamePrefix(struct netif *netif, char *prefix, int prefixLen) in OsDriverifGetIfnamePrefix() argument
60 static void OsDriverifInitIfname(struct netif *netif) in OsDriverifInitIfname() argument
107 OsDriverifOutput(struct netif *netif, struct pbuf *p) OsDriverifOutput() argument
135 OsDriverifInputProc(struct netif *netif, struct pbuf *p) OsDriverifInputProc() argument
190 driverif_input(struct netif *netif, struct pbuf *p) driverif_input() argument
257 driverif_init(struct netif *netif) driverif_init() argument
[all...]
/third_party/lwip/src/core/ipv4/
H A Dicmp.c347 struct netif *netif; in icmp_send_response() local
[all...]
H A Dip4_addr.c58 ip4_addr_isbroadcast_u32(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast_u32() argument
[all...]
/third_party/lwip/test/fuzz/
H A Dfuzz.c61 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 Dtest_netif.c32 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 Dtest_mqtt.c12 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...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Detharp.h119 struct netif *netif; member
[all...]
/kernel/linux/linux-5.10/security/selinux/
H A Dnetif.c72 struct sel_netif *netif; in sel_netif_find() local
91 static int sel_netif_insert(struct sel_netif *netif) in sel_netif_insert() argument
113 sel_netif_destroy(struct sel_netif *netif) sel_netif_destroy() argument
136 struct sel_netif *netif; sel_netif_sid_slow() local
194 struct sel_netif *netif; sel_netif_sid() local
220 struct sel_netif *netif; sel_netif_kill() local
241 struct sel_netif *netif; sel_netif_flush() local
[all...]
/kernel/linux/linux-6.6/security/selinux/
H A Dnetif.c71 struct sel_netif *netif; in sel_netif_find() local
90 static int sel_netif_insert(struct sel_netif *netif) in sel_netif_insert() argument
112 sel_netif_destroy(struct sel_netif *netif) sel_netif_destroy() argument
135 struct sel_netif *netif; sel_netif_sid_slow() local
193 struct sel_netif *netif; sel_netif_sid() local
219 struct sel_netif *netif; sel_netif_kill() local
240 struct sel_netif *netif; sel_netif_flush() local
[all...]

Completed in 8 milliseconds

12345