Home
last modified time | relevance | path

Searched defs:local_ip (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.c42 cxgb_get_4tuple(struct cpl_pass_accept_req *req, enum chip_type type, int *iptype, __u8 *local_ip, __u8 *peer_ip, __be16 *local_port, __be16 *peer_port) cxgb_get_4tuple() argument
92 cxgb_find_route(struct cxgb4_lld_info *lldi, struct net_device *(*get_real_dev)(struct net_device *), __be32 local_ip, __be32 peer_ip, __be16 local_port, __be16 peer_port, u8 tos) cxgb_find_route() argument
121 cxgb_find_route6(struct cxgb4_lld_info *lldi, struct net_device *(*get_real_dev)(struct net_device *), __u8 *local_ip, __u8 *peer_ip, __be16 local_port, __be16 peer_port, u8 tos, __u32 sin6_scope_id) cxgb_find_route6() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.c42 cxgb_get_4tuple(struct cpl_pass_accept_req *req, enum chip_type type, int *iptype, __u8 *local_ip, __u8 *peer_ip, __be16 *local_port, __be16 *peer_port) cxgb_get_4tuple() argument
92 cxgb_find_route(struct cxgb4_lld_info *lldi, struct net_device *(*get_real_dev)(struct net_device *), __be32 local_ip, __be32 peer_ip, __be16 local_port, __be16 peer_port, u8 tos) cxgb_find_route() argument
121 cxgb_find_route6(struct cxgb4_lld_info *lldi, struct net_device *(*get_real_dev)(struct net_device *), __u8 *local_ip, __u8 *peer_ip, __be16 local_port, __be16 peer_port, u8 tos, __u32 sin6_scope_id) cxgb_find_route6() argument
/kernel/linux/linux-5.10/include/linux/
H A Dnetpoll.h30 union inet_addr local_ip, remote_ip; member
/kernel/linux/linux-6.6/include/linux/
H A Dnetpoll.h31 union inet_addr local_ip, remote_ip; member
/kernel/linux/linux-5.10/arch/m68k/emu/
H A Dnfeth.c189 char mac[ETH_ALEN], host_ip[32], local_ip[32]; in nfeth_probe() local
/kernel/linux/linux-6.6/arch/m68k/emu/
H A Dnfeth.c189 char mac[ETH_ALEN], host_ip[32], local_ip[32]; in nfeth_probe() local
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.h61 u32 local_ip[4]; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c316 uint local_ip; in test_vxlan_tunnel() local
400 uint local_ip; in test_ip6vxlan_tunnel() local
/third_party/node/deps/cares/src/lib/
H A Dares_init.c526 void ares_set_local_ip4(ares_channel_t *channel, unsigned int local_ip) in ares_set_local_ip4() argument
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_tcp.c206 ip4_addr_t local_ip; in tcp_ConnTable_get_cell_value() local
332 ip_addr_t local_ip, remote_ip; in tcp_ConnectionTable_get_cell_value() local
441 ip_addr_t local_ip; tcp_ListenerTable_get_cell_value() local
[all...]
H A Dsnmp_mib2_udp.c120 ip_addr_t local_ip, remote_ip; in udp_endpointTable_get_cell_value() local
[all...]
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c146 tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, const ip_addr_t* local_ip, in tcp_set_state() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h165 chtls_set_req_addr(struct request_sock *oreq, __be32 local_ip, __be32 peer_ip) chtls_set_req_addr() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h165 chtls_set_req_addr(struct request_sock *oreq, __be32 local_ip, __be32 peer_ip) chtls_set_req_addr() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c343 __u32 *local_ip = NULL; in vxlan_set_tunnel_dst() local
382 __u32 *local_ip = NULL; in vxlan_set_tunnel_src() local
507 __u32 *local_ip; in ip6vxlan_set_tunnel_dst() local
538 __u32 *local_ip; ip6vxlan_set_tunnel_src() local
569 __u32 *local_ip; ip6vxlan_get_tunnel_src() local
[all...]
/third_party/toybox/toys/pending/
H A Dlsof.c176 char local_ip[INET6_ADDRSTRLEN] = {0}; in scan_ip() local
/kernel/linux/linux-5.10/include/net/
H A Dudp_tunnel.h18 struct in_addr local_ip; member
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_core.h137 struct in_addr local_ip; member
/kernel/linux/linux-6.6/include/net/
H A Dudp_tunnel.h18 struct in_addr local_ip; member
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_core.h137 struct in_addr local_ip; member
/third_party/lwip/src/core/
H A Dtcp_out.c1310 const ip_addr_t *local_ip = ip_netif_get_local_ip(netif, &pcb->remote_ip); in tcp_output() local
1993 tcp_rst(const struct tcp_pcb *pcb, u32_t seqno, u32_t ackno, const ip_addr_t *local_ip, const ip_addr_t *remote_ip, u16_t local_port, u16_t remote_port) tcp_rst() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c255 static int fill_sk_lookup_ctx(struct bpf_sk_lookup *ctx, const char *local_ip, __u16 local_port, in fill_sk_lookup_ctx() argument
1052 run_sk_assign(struct test_sk_lookup *skel, struct bpf_program *lookup_prog, const char *remote_ip, const char *local_ip) run_sk_assign() argument
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1228 __u8 local_ip[16], peer_ip[16]; in cxgbit_pass_accept_req() local
/kernel/linux/linux-5.10/include/linux/qed/
H A Dtcp_common.h80 __le32 local_ip[4]; member
146 __le32 local_ip[4]; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dtcp_common.h80 __le32 local_ip[4]; member
146 __le32 local_ip[4]; member

Completed in 19 milliseconds

12