Searched defs:fport (Results 1 - 10 of 10) sorted by relevance

/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, const char *fport, int mode) 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, const char *fport) argument
[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/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c86 ibnd_port_t *fport; local
/freebsd-current/sys/netinet6/
H A Dudp6_usrreq.c673 u_short fport; local
H A Din6_pcb.c622 u_short fport = fport_arg, lport = lport_arg; local
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
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/netinet/
H A Dudp_usrreq.c1084 u_short fport, lport; local
H A Dsiftr.c167 uint16_t fport; member in struct:pkt_node
228 uint16_t fport; /* foreign TCP port */ member in struct:flow_info
H A Din_pcb.c1007 u_short lport, fport; local
1279 u_short lport, fport; local
706 in_pcb_lport_dest(struct inpcb *inp, struct sockaddr *lsa, u_short *lportp, struct sockaddr *fsa, u_short fport, struct ucred *cred, int lookupflags) 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
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...]
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h349 in_port_t fport; member in struct:sdp_sock

Completed in 302 milliseconds