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

/freebsd-current/tools/tools/switch_tls/
H A Dswitch_tls.c41 #define TCPDROP_LOCAL 1 macro
197 memcpy(&addrs[TCPDROP_LOCAL], lsa, lsa->sa_len);
334 sin6[TCPDROP_LOCAL].sin6_len = sizeof sin6[TCPDROP_LOCAL];
335 sin6[TCPDROP_LOCAL].sin6_family = AF_INET6;
336 sin6[TCPDROP_LOCAL].sin6_port = inc->inc_lport;
337 memcpy(&sin6[TCPDROP_LOCAL].sin6_addr, &inc->inc6_laddr,
339 local = (struct sockaddr *)&sin6[TCPDROP_LOCAL];
350 sin4[TCPDROP_LOCAL].sin_len = sizeof sin4[TCPDROP_LOCAL];
[all...]
/freebsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c41 #define TCPDROP_LOCAL 1 macro
205 memcpy(&addrs[TCPDROP_LOCAL], lsa, lsa->sa_len);
352 sin6[TCPDROP_LOCAL].sin6_len = sizeof sin6[TCPDROP_LOCAL];
353 sin6[TCPDROP_LOCAL].sin6_family = AF_INET6;
354 sin6[TCPDROP_LOCAL].sin6_port = inc->inc_lport;
355 memcpy(&sin6[TCPDROP_LOCAL].sin6_addr, &inc->inc6_laddr,
357 local = (struct sockaddr *)&sin6[TCPDROP_LOCAL];
368 sin4[TCPDROP_LOCAL].sin_len = sizeof sin4[TCPDROP_LOCAL];
[all...]

Completed in 62 milliseconds