Searched refs:dst_ipaddr (Results 1 - 12 of 12) sorted by relevance
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | api_shell.c | 539 ip4_addr_t dst_ipaddr; in OsShellPing() local 557 dst_ipaddr.addr = get_hostip(argv[i]); in OsShellPing() 560 if (dst_ipaddr.addr == IPADDR_NONE || dst_ipaddr.addr == IPADDR_ANY) { in OsShellPing() 569 parg[0] = dst_ipaddr.addr; in OsShellPing()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 1844 ip4_addr_t dst_ipaddr; local 1921 dst_ipaddr.addr = get_hostip(argv[i]); 1923 dst_ipaddr.addr = inet_addr(argv[i]); 1926 if (dst_ipaddr.addr == IPADDR_NONE || dst_ipaddr.addr == IPADDR_ANY) { 1942 stPingTask.auwArgs[0] = dst_ipaddr.addr; /* network order */ 1959 if (osPingFunc(dst_ipaddr.addr, count, interval, data_len) < 0) { 1983 ip_addr_t dst_ipaddr; local 2014 ip_2_ip4(&dst_ipaddr)->addr = get_hostip(argv[0]); 2016 ip_2_ip4(&dst_ipaddr) [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.c | 1990 __be32 dst_ipaddr = htonl(dst_ip); in i40iw_addr_resolve_neigh() local 1993 rt = ip_route_output(&init_net, dst_ipaddr, src_ipaddr, 0, 0); in i40iw_addr_resolve_neigh() 1999 neigh = dst_neigh_lookup(&rt->dst, &dst_ipaddr); in i40iw_addr_resolve_neigh()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | cm.c | 1985 __be32 dst_ipaddr = htonl(dst_ip); in irdma_addr_resolve_neigh() local 1988 rt = ip_route_output(&init_net, dst_ipaddr, src_ipaddr, 0, 0); in irdma_addr_resolve_neigh() 1994 neigh = dst_neigh_lookup(&rt->dst, &dst_ipaddr); in irdma_addr_resolve_neigh()
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 2993 uint8_t dst_ipaddr[IPv6_ADDR_LEN]; in qla4xxx_match_ipaddress() local 2998 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 3004 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress() 3006 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 3012 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 2988 uint8_t dst_ipaddr[IPv6_ADDR_LEN]; in qla4xxx_match_ipaddress() local 2993 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 2999 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress() 3001 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 3007 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 828 req.dst_ipaddr[0] = tun_key->u.ipv4.dst; in hwrm_cfa_decap_filter_alloc()
|
H A D | bnxt_hsi.h | 6335 __be32 dst_ipaddr[4]; member 6495 __be32 dst_ipaddr[4]; member
|
H A D | bnxt.c | 4913 *(struct in6_addr *)&req.dst_ipaddr[0] = in bnxt_hwrm_cfa_ntuple_filter_alloc() 4922 req.dst_ipaddr[0] = keys->addrs.v4addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 835 req->dst_ipaddr[0] = tun_key->u.ipv4.dst; in hwrm_cfa_decap_filter_alloc()
|
H A D | bnxt_hsi.h | 7352 __be32 dst_ipaddr[4]; member 7513 __be32 dst_ipaddr[4]; member
|
H A D | bnxt.c | 4988 *(struct in6_addr *)&req->dst_ipaddr[0] = in bnxt_hwrm_cfa_ntuple_filter_alloc() 4997 req->dst_ipaddr[0] = keys->addrs.v4addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc()
|
Completed in 129 milliseconds