pf-linux2.c | 69 struct socklist { struct 72 } socklist[32]; variable in typeref:struct:socklist[32] 126 strncpy(socklist[s].sa.sa_data, interface, sizeof(socklist[s].sa.sa_data)); 127 socklist[s].iflen = strlen(interface); 269 for (i = socklist[fd].iflen-1; i >= 0; i--) 270 if (sa.sa_data[i] != socklist[fd].sa.sa_data[i]) 289 if (sendto(fd, buf, len, 0, &socklist[fd].sa, sizeof(struct sockaddr)) == len)
|