/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | driverif.c | 55 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...] |
H A D | sockets.c | 190 struct netif *netif = NULL; in ip_addr_isbroadcast_bysock() local 413 struct netif *neti local 486 struct netif *netif = NULL; global() local 544 struct netif *netif = NULL; global() local 584 struct netif *netif = NULL; global() local 680 struct netif *netif = NULL; global() local 739 struct netif *netif = NULL; global() local 760 struct netif *netif = NULL; global() local 846 struct netif *netif = NULL; global() local 886 struct netif *netif = NULL; global() local 909 struct netif *netif = NULL; global() local 993 struct netif *netif = NULL; global() local 1071 struct netif *netif = NULL; global() local 1147 struct netif *netif = NULL; global() local 1184 struct netif *netif = NULL; global() local 1197 struct netif *netif = NULL; global() local 1227 struct netif *netif = NULL; global() local 1241 struct netif *netif = NULL; global() local 1264 struct netif *netif; global() local [all...] |
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/ |
H A D | fixme.c | 46 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 D | lwip_ifaddrs.c | 101 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 D | driverif.c | 56 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...] |
H A D | api_shell.c | 92 int print_netif(struct netif *netif, char *print_buf, unsigned int buf_len) in print_netif() argument 178 struct netif *netif = NULL; lwip_ifconfig_show_internal() local [all...] |
H A D | sockets_porting.c | 297 struct netif *netif = NULL;
in lwip_ioctl_internal_SIOCGIFCONF() local 351 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFADDR() local 368 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFNETMASK() local 385 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFHWADDR() local 408 struct netif *netif = NULL; lwip_ioctl_internal_SIOCSIFFLAGS() local 486 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFFLAGS() local 560 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFNAME() local 633 struct netif *netif = NULL; lwip_ioctl_internal_SIOCSIFNAME() local 664 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFINDEX() local 677 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFMTU() local 691 struct netif *netif = NULL; lwip_ioctl_internal_SIOCGIFBRDADDR() local [all...] |
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/ |
H A D | fixme.c | 25 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 D | lwip_ifaddrs.c | 87 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 D | driverif.c | 38 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...] |
H A D | sockets.c | 288 struct netif *netif = NULL;
in OsLwipIoctlInternalSiocgifConf() local 344 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifAddr() local 359 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifNetmask() local 372 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifHwAddr() local 393 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocsifFlags() local 469 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifFlags() local 540 struct netif *netif = NULL; OsLwipIoctlInternalSiocgifName() local 613 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocsifName() local 641 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifIndex() local 653 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifMtu() local 667 struct netif *netif = netif_find(ifr->ifr_name); OsLwipIoctlInternalSiocgifBrdAddr() local [all...] |
/kernel/linux/linux-5.10/security/selinux/ |
H A D | netif.c | 72 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 D | netif.c | 71 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...] |
/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...] |
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | fixme.c | 54 err_t netif_dhcp_off(struct netif *netif) in netif_dhcp_off() argument 82 dhcp_is_bound(struct netif *netif) dhcp_is_bound() argument 114 netifapi_dhcps_start(struct netif *netif, char *start_ip, u16_t ip_num) netifapi_dhcps_start() argument 132 netifapi_dhcps_stop(struct netif *netif) netifapi_dhcps_stop() argument 150 netif_ip6_addr_setinvalid(struct netif *netif, const ip6_addr_t *addr6) netif_ip6_addr_setinvalid() argument 165 netif_do_rmv_ipv6_addr(struct netif *netif, void *arguments) netif_do_rmv_ipv6_addr() argument 187 netifapi_netif_rmv_ip6_address(struct netif *netif, ip_addr_t *ipaddr) netifapi_netif_rmv_ip6_address() argument 211 struct netif *netif = NULL; global() local 256 struct netif *netif = NULL; global() local 283 netif_set_mtu(struct netif *netif, u16_t netif_mtu) global() argument 310 netif_set_hwaddr(struct netif *netif, const unsigned char *hw_addr, int hw_len) global() argument 341 etharp_update_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) global() argument 350 etharp_delete_arp_entry(struct netif *netif, ip4_addr_t *ipaddr) global() argument [all...] |
H A D | dhcps.c | 89 struct netif *netif; member 335 handle_discover(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease) handle_discover() argument 451 validate_request_message(struct netif *netif, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease, ip4_addr_t serverid) validate_request_message() argument 528 handle_request(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease, ip4_addr_t serverid) handle_request() argument 659 handle_decline(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease) handle_decline() argument 680 handle_inform(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg) handle_inform() argument 719 handle_client_messages(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type) handle_client_messages() argument 760 struct netif *netif = (struct netif *)arg; dhcps_recv() local 857 dhcps_start(struct netif *netif, const char *start_ip, u16_t ip_num) dhcps_start() argument 964 dhcps_stop(struct netif *netif) dhcps_stop() argument [all...] |
H A D | api_shell.c | 269 int print_netif(struct netif *netif, char *print_buf, unsigned int buf_len) argument 438 struct netif *netif = NULL; global() local 494 struct netif *netif = NULL; global() local 1161 struct netif *netif = NULL; global() local 1213 lwip_arp_show_internal(struct netif *netif, char *printf_buf, unsigned int buf_len) global() argument 1293 struct netif *netif = NULL; global() local 1531 struct netif *netif = NULL; global() local 1551 struct netif *netif = NULL; global() local 3096 struct netif *netif = NULL; global() local 3436 struct netif *netif = NULL; global() local [all...] |