Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/ipsend/
HDipsend.h44 extern struct tcpcb *find_tcp(int, struct tcpiphdr *);
HDsock.c153 find_tcp(int tfd, struct tcpiphdr *ti) in find_tcp() function
287 if (!(t = find_tcp(fd, ti))) in do_socket()
HDiptests.c1086 if (!(tcbp = find_tcp(fd, &ti))) { in ip_test5()