Searched refs:TCPDROP_LOCAL (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c44 #define TCPDROP_LOCAL 1 macro
202 memcpy(&addrs[TCPDROP_LOCAL], lsa, lsa->sa_len);
340 sin6[TCPDROP_LOCAL].sin6_len = sizeof sin6[TCPDROP_LOCAL];
341 sin6[TCPDROP_LOCAL].sin6_family = AF_INET6;
342 sin6[TCPDROP_LOCAL].sin6_port = inc->inc_lport;
343 memcpy(&sin6[TCPDROP_LOCAL].sin6_addr, &inc->inc6_laddr,
345 local = (struct sockaddr *)&sin6[TCPDROP_LOCAL];
356 sin4[TCPDROP_LOCAL].sin_len = sizeof sin4[TCPDROP_LOCAL];
[all...]

Completed in 89 milliseconds