Home
last modified time | relevance | path

Searched defs:netif (Results 1 – 23 of 23) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/porting/src/
Ddriverif.c55 driverif_init_ifname(struct netif *netif)
101 driverif_output(struct netif *netif, struct pbuf *p)
141 driverif_input(struct netif *netif, struct pbuf *p)
248 driverif_init(struct netif *netif)
326 static err_t netif_veth_output(struct netif *netif, struct pbuf *p, const ip4_addr_t *addr)
332 static void veth_init_fullname(struct netif *netif)
353 static err_t netif_vethif_init(struct netif *netif)
374 void veth_init(struct netif *netif, struct net_group *group)
Dsockets.c190 struct netif *netif = NULL; in ip_addr_isbroadcast_bysock() local
413 struct netif *netif = NULL; local
486 struct netif *netif = NULL; local
544 struct netif *netif = NULL; local
584 struct netif *netif = NULL; local
680 struct netif *netif = NULL; local
739 struct netif *netif = NULL; local
760 struct netif *netif = NULL; local
846 struct netif *netif = NULL; local
886 struct netif *netif = NULL; local
[all …]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
Dfixme.c54 err_t netif_dhcp_off(struct netif *netif) in netif_dhcp_off()
82 err_t dhcp_is_bound(struct netif *netif) in dhcp_is_bound()
114 err_t netifapi_dhcps_start(struct netif *netif, char *start_ip, u16_t ip_num) in netifapi_dhcps_start()
132 err_t netifapi_dhcps_stop(struct netif *netif) in netifapi_dhcps_stop()
150 static void netif_ip6_addr_setinvalid(struct netif *netif, const ip6_addr_t *addr6) in netif_ip6_addr_setinvalid()
165 err_t netif_do_rmv_ipv6_addr(struct netif *netif, void *arguments) in netif_do_rmv_ipv6_addr()
187 void netifapi_netif_rmv_ip6_address(struct netif *netif, ip_addr_t *ipaddr) in netifapi_netif_rmv_ip6_address()
211 struct netif *netif = NULL; local
256 struct netif *netif = NULL; local
283 err_t netif_set_mtu(struct netif *netif, u16_t netif_mtu)
[all …]
Ddhcps.c89 struct netif *netif; member
101 #define netif_get_dhcps(netif) ((struct dhcps*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_… argument
102 #define netif_set_dhcps(netif, dhcps) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHC… argument
335 LWIP_STATIC void handle_discover(struct netif *netif, struct dhcps *dhcps, in handle_discover()
451 LWIP_STATIC ip4_addr_t validate_request_message(struct netif *netif, struct dhcp_msg *client_msg, in validate_request_message()
528 LWIP_STATIC void handle_request(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_m… in handle_request()
659 LWIP_STATIC void handle_decline(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_m… in handle_decline()
680 LWIP_STATIC void handle_inform(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_ms… in handle_inform()
719 LWIP_STATIC void handle_client_messages(struct netif *netif, struct dhcps *dhcps, in handle_client_messages()
760 struct netif *netif = (struct netif *)arg; in dhcps_recv() local
[all …]
Dapi_shell.c269 int print_netif(struct netif *netif, char *print_buf, unsigned int buf_len)
438 struct netif *netif = NULL; local
494 struct netif *netif = NULL; local
1161 struct netif *netif = NULL; local
1213 void lwip_arp_show_internal(struct netif *netif, char *printf_buf, unsigned int buf_len)
1293 struct netif *netif = NULL; local
1531 struct netif *netif = NULL; local
1551 struct netif *netif = NULL; local
3096 struct netif *netif = NULL; local
3436 struct netif *netif = NULL; local
/kernel/uniproton/src/net/lwip-2.1/src/
Ddriverif.c38 static void OsDriverifGetIfnamePrefix(struct netif *netif, char *prefix, int prefixLen) in OsDriverifGetIfnamePrefix()
60 static void OsDriverifInitIfname(struct netif *netif) in OsDriverifInitIfname()
107 static err_t OsDriverifOutput(struct netif *netif, struct pbuf *p) in OsDriverifOutput()
135 static void OsDriverifInputProc(struct netif *netif, struct pbuf *p) in OsDriverifInputProc()
190 void driverif_input(struct netif *netif, struct pbuf *p) in driverif_input()
257 err_t driverif_init(struct netif *netif) in driverif_init()
Dsockets.c288 struct netif *netif = NULL; in OsLwipIoctlInternalSiocgifConf() local
344 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocgifAddr() local
359 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocgifNetmask() local
372 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocgifHwAddr() local
393 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocsifFlags() local
469 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocgifFlags() local
540 struct netif *netif = NULL; in OsLwipIoctlInternalSiocgifName() local
613 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocsifName() local
641 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocgifIndex() local
653 struct netif *netif = netif_find(ifr->ifr_name); in OsLwipIoctlInternalSiocgifMtu() local
[all …]
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Ddriverif.c56 LWIP_STATIC void driverif_get_ifname_prefix(struct netif *netif, char *prefix, int prefixLen) in driverif_get_ifname_prefix()
78 LWIP_STATIC void driverif_init_ifname(struct netif *netif) in driverif_init_ifname()
125 LWIP_STATIC err_t driverif_output(struct netif *netif, struct pbuf *p) in driverif_output()
153 void driverif_input_proc(struct netif *netif, struct pbuf *p) in driverif_input_proc()
211 void driverif_input(struct netif *netif, struct pbuf *p) in driverif_input()
278 err_t driverif_init(struct netif *netif) in driverif_init()
Dsockets_porting.c297 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFCONF() local
351 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFADDR() local
368 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFNETMASK() local
385 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFHWADDR() local
408 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCSIFFLAGS() local
486 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFFLAGS() local
560 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFNAME() local
633 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCSIFNAME() local
664 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFINDEX() local
677 struct netif *netif = NULL; in lwip_ioctl_internal_SIOCGIFMTU() local
[all …]
Dapi_shell.c92 int print_netif(struct netif *netif, char *print_buf, unsigned int buf_len) in print_netif()
178 struct netif *netif = NULL; in lwip_ifconfig_show_internal() local
/kernel/linux/linux-5.10/security/selinux/
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()
113 static void sel_netif_destroy(struct sel_netif *netif) in sel_netif_destroy()
136 struct sel_netif *netif; in sel_netif_sid_slow() local
194 struct sel_netif *netif; in sel_netif_sid() local
220 struct sel_netif *netif; in sel_netif_kill() local
241 struct sel_netif *netif; in sel_netif_flush() local
/kernel/liteos_m/components/net/test/
Dnet_socket_test_011.c60 static void ReplayUdpEncodeEthernet(struct netif *netif, struct pbuf *p) in ReplayUdpEncodeEthernet()
187 static void ParsePackageIpUdp(struct netif *netif, struct pbuf *btBuf) in ParsePackageIpUdp()
223 static void ParsePackageEthernet(struct netif *netif, struct pbuf *p) in ParsePackageEthernet()
268 static void BtProxySend(struct netif *netif, struct pbuf *p) in BtProxySend()
374 static void ArpPackageProc(struct netif *netif, struct pbuf *p) in ArpPackageProc()
395 static void ReplayArpEncodeEthernet(struct netif *netif, struct pbuf *p) in ReplayArpEncodeEthernet()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
Dfixme.c25 err_t OsDhcpIsBound(struct netif *netif) in OsDhcpIsBound()
44 struct netif *netif = NULL; in OsNetifFindByName() local
74 struct netif *netif = NULL; in OsNetifapiNetifFindByName() local
Dlwip_ifaddrs.c87 static int OsGetIfaName(struct netif *netif, struct ifaddrs *ifaddr) in OsGetIfaName()
102 static int OsGetIpv4Ifaddr(struct netif *netif, struct ifaddrs *ifaddr) in OsGetIpv4Ifaddr()
169 static int OsGetIpv6Ifaddr(struct netif *netif, struct ifaddrs *ifaddr, int tmp_index) in OsGetIpv6Ifaddr()
198 struct netif *netif = NULL; in OsGetIfaddrsInternal() local
/kernel/liteos_a/kernel/extended/container/
Dlos_net_container.c44 struct netif *netif = LOS_MemAlloc(m_aucSysMem1, size); in NetifAlloc() local
53 STATIC VOID FreeNetif(struct netif *netif) in FreeNetif()
67 struct netif *netif = NetifAlloc(); in CreateVethNetif() local
293 STATIC VOID DoSetNetifNetGroup(struct netif *netif, struct net_group *group) in DoSetNetifNetGroup()
298 STATIC struct net_group *DoGetNetGroupFromNetif(struct netif *netif) in DoGetNetGroupFromNetif()
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
Dfixme.c46 err_t dhcp_is_bound(struct netif *netif) in dhcp_is_bound()
65 struct netif *netif = NULL; in netif_find_by_name() local
97 struct netif *netif = NULL; in netifapi_netif_find_by_name() local
Dlwip_ifaddrs.c101 static int get_ifa_name(struct netif *netif, struct ifaddrs *ifaddr) in get_ifa_name()
116 static int get_ipv4_ifaddr(struct netif *netif, struct ifaddrs *ifaddr) in get_ipv4_ifaddr()
183 static int get_ipv6_ifaddr(struct netif *netif, struct ifaddrs *ifaddr, int tmp_index) in get_ipv6_ifaddr()
212 struct netif *netif = NULL; in getifaddrs_internal() local
/kernel/uniproton/src/net/lwip-2.1/include/lwip/
Dnetif.h56 #define netif_get_name(netif) ((netif)->full_name) argument
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/
Dnetif.h76 #define netif_get_name(netif) ((netif)->full_name) argument
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/
Ddhcp.h53 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) \ argument
Dnetif.h92 #define netif_get_name(netif) ((netif)->full_name) argument
/kernel/liteos_a/net/lwip-2.1/enhancement/include/lwip/
Dfixme.h72 #define ip_addr_isbroadcast_val(ipaddr, netif) ((IP_IS_V6_VAL(*ipaddr)) ? \ argument
/kernel/linux/linux-5.10/include/linux/
Dlsm_audit.h28 int netif; member