Searched refs:TCPDROP_FOREIGN (Results 1 – 1 of 1) sorted by relevance
43 #define TCPDROP_FOREIGN 0 macro201 memcpy(&addrs[TCPDROP_FOREIGN], fsa, fsa->sa_len); in tcpdrop()347 sin6[TCPDROP_FOREIGN].sin6_len = sizeof sin6[TCPDROP_FOREIGN]; in tcpdropconn()348 sin6[TCPDROP_FOREIGN].sin6_family = AF_INET6; in tcpdropconn()349 sin6[TCPDROP_FOREIGN].sin6_port = inc->inc_fport; in tcpdropconn()352 foreign = (struct sockaddr *)&sin6[TCPDROP_FOREIGN]; in tcpdropconn()363 sin4[TCPDROP_FOREIGN].sin_len = sizeof sin4[TCPDROP_FOREIGN]; in tcpdropconn()364 sin4[TCPDROP_FOREIGN].sin_family = AF_INET; in tcpdropconn()365 sin4[TCPDROP_FOREIGN].sin_port = inc->inc_fport; in tcpdropconn()366 memcpy(&sin4[TCPDROP_FOREIGN].sin_addr, &inc->inc_faddr, in tcpdropconn()[all …]