Searched defs:lport (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/sys/dev/cxgbe/
H A Dt4_l2t.h77 uint8_t lport; /* associated offload logical port */ member in struct:l2t_entry
/freebsd-current/usr.sbin/lpr/common_source/
H A Dnet.c90 int s, timo = 1, lport = IPPORT_RESERVED - 1; local
/freebsd-current/usr.sbin/rpcbind/
H A Dpmap_svc.c259 long lport; local
/freebsd-current/tools/tools/switch_tls/
H A Dswitch_tls.c70 char *lport, *fport; local
270 tcpswitchbyname(const char *lhost, const char *lport, const char *fhost, argument
[all...]
/freebsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c68 char *lport, *fport; local
287 tcpdropbyname(const char *lhost, const char *lport, const char *fhost, argument
[all...]
/freebsd-current/lib/libc/net/
H A Drcmd.c87 int s, aport, lport, timo, error; local
[all...]
/freebsd-current/usr.sbin/inetd/
H A Dbuiltins.c323 iderror(int lport, int fport, int s, const char *er) argument
364 u_short lport, fport; local
[all...]
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1223 nat64_do_handle_ip4(struct mbuf *m, struct in6_addr *saddr, struct in6_addr *daddr, uint16_t lport, struct nat64_config *cfg, void *logdata) argument
/freebsd-current/usr.bin/tftp/
H A Dmain.c280 setpeer0(char *host, const char *lport) argument
/freebsd-current/sys/netinet/
H A Dudp_usrreq.c1084 u_short fport, lport; local
H A Dsiftr.c165 uint16_t lport; member in struct:pkt_node
227 uint16_t lport; /* local TCP port */ member in struct:flow_info
H A Din_pcb.c713 u_short aux, first, last, lport; local
872 u_short lport local
1007 u_short lport, fport; local
1279 u_short lport, fport; local
1917 in_pcblookup_local(struct inpcbinfo *pcbinfo, struct in_addr laddr, u_short lport, int lookupflags, struct ucred *cred) argument
2038 in_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo, const struct in_addr *faddr, uint16_t fport, const struct in_addr *laddr, uint16_t lport, int domain) argument
2111 in_pcblookup_exact_match(const struct inpcb *inp, struct in_addr faddr, u_short fport, struct in_addr laddr, u_short lport) argument
2128 in_pcblookup_hash_exact(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_short fport, struct in_addr laddr, u_short lport) argument
2152 in_pcblookup_wild_match(const struct inpcb *inp, struct in_addr laddr, u_short lport) argument
2172 in_pcblookup_hash_wild_smr(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_short fport, struct in_addr laddr, u_short lport, const inp_lookup_t lockflags) argument
2210 in_pcblookup_hash_wild_locked(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_short fport, struct in_addr laddr, u_short lport) argument
2294 const u_short fport = fport_arg, lport = lport_arg; local
2321 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport, struct in_addr laddr, u_int lport, int lookupflags, uint8_t numa_domain) argument
2354 const u_short fport = fport_arg, lport = lport_arg; local
2415 in_pcblookup(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport, struct in_addr laddr, u_int lport, int lookupflags, struct ifnet *ifp __unused) argument
2424 in_pcblookup_mbuf(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport, struct in_addr laddr, u_int lport, int lookupflags, struct ifnet *ifp __unused, struct mbuf *m) argument
[all...]
H A Dsctp_pcb.h135 uint16_t lport; /* the local port used in vtag */ member in struct:sctp_timewait
H A Dsctp_pcb.c1004 uint16_t lport, rport; local
1787 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport, uint32_t vrf_id) argument
1594 sctp_endpoint_probe(struct sockaddr *nam, struct sctppcbhead *head, uint16_t lport, uint32_t vrf_id) argument
1894 int lport; local
2109 sctp_findassoc_by_vtag(struct sockaddr *from, struct sockaddr *to, uint32_t vtag, struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport, uint16_t lport, int skip_src_check, uint32_t vrf_id, uint32_t remote_tag) argument
2612 uint16_t lport, rport; local
2831 uint16_t lport; local
4544 sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport, time_t now) argument
4566 sctp_set_vtag_block(struct sctp_timewait *vtag_block, time_t time, uint32_t tag, uint16_t lport, uint16_t rport) argument
4576 sctp_add_vtag_to_timewait(uint32_t tag, uint16_t lport, uint16_t rport) argument
6718 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now) argument
[all...]
H A Dsctputil.c1046 sctp_select_a_tag(struct sctp_inpcb *inp, uint16_t lport, uint16_t rport, int check) argument
/freebsd-current/sys/netinet6/
H A Din6_pcb.c119 u_int16_t lport = 0; local
158 u_short lport = 0; local
622 u_short fport = fport_arg, lport = lport_arg; local
680 in6_pcblookup_local(struct inpcbinfo *pcbinfo, struct in6_addr *laddr, u_short lport, int lookupflags, struct ucred *cred) argument
852 in6_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo, const struct in6_addr *faddr, uint16_t fport, const struct in6_addr *laddr, uint16_t lport, uint8_t domain) argument
925 in6_pcblookup_exact_match(const struct inpcb *inp, const struct in6_addr *faddr, u_short fport, const struct in6_addr *laddr, u_short lport) argument
939 in6_pcblookup_hash_exact(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr, u_short fport, const struct in6_addr *laddr, u_short lport) argument
967 in6_pcblookup_wild_match(const struct inpcb *inp, const struct in6_addr *laddr, u_short lport) argument
986 in6_pcblookup_hash_wild_smr(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr, u_short fport, const struct in6_addr *laddr, u_short lport, const inp_lookup_t lockflags) argument
1024 in6_pcblookup_hash_wild_locked(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr, u_short fport, const struct in6_addr *laddr, u_short lport) argument
1090 u_short fport = fport_arg, lport = lport_arg; local
1116 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr, u_int fport, const struct in6_addr *laddr, u_int lport, int lookupflags, uint8_t numa_domain) argument
1149 const u_short fport = fport_arg, lport = lport_arg; local
1205 in6_pcblookup(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport, struct in6_addr *laddr, u_int lport, int lookupflags, struct ifnet *ifp __unused) argument
1214 in6_pcblookup_mbuf(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport, struct in6_addr *laddr, u_int lport, int lookupflags, struct ifnet *ifp __unused, struct mbuf *m) argument
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Defx_filter.c374 efx_filter_spec_set_ipv4_full( __inout efx_filter_spec_t *spec, __in uint8_t proto, __in uint32_t lhost, __in uint16_t lport, __in uint32_t rhost, __in uint16_t rport) argument
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_nat.c71 uint16_t lport; /* local port */ member in struct:cfg_redir
907 u_short lport; member in struct:cfg_redir_legacy
[all...]
/freebsd-current/crypto/openssh/
H A Dmux.c690 u_int lport, cport; local
857 u_int lport, cport; local
[all...]
H A Dservconf.h246 int lport; /* local port */ member in struct:connection_info
H A Dchannels.c4083 channel_cancel_lport_listener_tcpip(struct ssh *ssh, const char *lhost, u_short lport, int cport, struct ForwardOptions *fwd_opts) argument
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c355 u_long probe, hops, lport, ltclass; local
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h347 in_port_t lport; member in struct:sdp_sock
/freebsd-current/sys/dev/ice/
H A Dice_sched.c404 ice_aq_get_dflt_topo(struct ice_hw *hw, u8 lport, argument
H A Dice_switch.c2012 ice_add_rule_internal(struct ice_hw *hw, struct ice_sw_recipe *recp_list, u8 lport, struct ice_fltr_list_entry *f_entry) argument
2346 ice_add_mac_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_list, struct ice_switch_info *sw, u8 lport) argument
2713 ice_add_eth_mac_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list, struct ice_switch_info *sw, u8 lport) argument
2937 u8 lport = pi->lport; local
3519 _ice_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, ice_bitmap_t *promisc_mask, u16 vid, u8 lport, struct ice_switch_info *sw) argument
3674 _ice_set_vlan_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, ice_bitmap_t *promisc_mask, bool rm_vlan_promisc, u8 lport, struct ice_switch_info *sw) argument
4155 u8 lport = hw->port_info->lport; local
[all...]

Completed in 420 milliseconds

12