Home
last modified time | relevance | path

Searched refs:find_tcp (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sbin/ipf/ipsend/
H A Dipsend.h44 extern struct tcpcb *find_tcp(int, struct tcpiphdr *);
H A Dsock.c150 find_tcp(int tfd, struct tcpiphdr *ti) in find_tcp() function
284 if (!(t = find_tcp(fd, ti))) in do_socket()
H A Diptests.c1080 if (!(tcbp = find_tcp(fd, &ti))) { in ip_test5()