Home | History | Annotate | Download | only in common

Lines Matching defs:bootp_so

250 static struct socket *bootp_so;
649 error = sobind(bootp_so, (struct sockaddr *)sin, td);
746 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra,
752 error = sosend(bootp_so, (struct sockaddr *) &dst,
756 error, (int )bootp_so->so_state);
760 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra,
800 error = soreceive(bootp_so, NULL, &auio,
970 error = ifioctl(bootp_so, SIOCGIFFLAGS, (void *)ifr, td);
974 error = ifioctl(bootp_so, SIOCSIFFLAGS, (void *)ifr, td);
991 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra, td);
1006 error = ifioctl(bootp_so, SIOCGIFFLAGS, (void *)ifr, td);
1010 error = ifioctl(bootp_so, SIOCSIFFLAGS, (void *)ifr, td);
1016 error = ifioctl(bootp_so, SIOCDIFADDR, (void *) ifr, td);
1050 error = ifioctl(bootp_so, SIOCSIFMTU, (void *) ifr, td);
1062 error = ifioctl(bootp_so, SIOCDIFADDR, (void *) ifr, td);
1072 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra, td);
1726 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td, NULL);
1755 soclose(bootp_so);