/src/usr.sbin/mopd/common/ |
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)
|
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)
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv.c | 86 } socklist[] = { variable in typeref:struct:bindsock[] 363 for (bs = socklist; 364 bs < &socklist[sizeof(socklist) / sizeof(socklist[0])]; bs++) {
|
ypserv.c | 86 } socklist[] = { variable in typeref:struct:bindsock[] 363 for (bs = socklist; 364 bs < &socklist[sizeof(socklist) / sizeof(socklist[0])]; bs++) {
|