Searched refs:bootp_so (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/nfs/ |
H A D | bootp_subr.c | 238 static struct socket *bootp_so; variable 508 error = sosetopt(bootp_so, &sopt); in bootpc_call() 520 error = sosetopt(bootp_so, &sopt); in bootpc_call() 533 error = sosetopt(bootp_so, &sopt); in bootpc_call() 543 error = sobind(bootp_so, (struct sockaddr *)sin, td); in bootpc_call() 640 error = ifioctl(bootp_so, SIOCAIFADDR, (caddr_t)ifra, in bootpc_call() 646 error = sosend(bootp_so, (struct sockaddr *) &dst, in bootpc_call() 650 error, (int )bootp_so->so_state); in bootpc_call() 654 error = ifioctl(bootp_so, SIOCAIFADDR, (caddr_t)ifra, in bootpc_call() 694 error = soreceive(bootp_so, NULL, &auio, in bootpc_call() [all …]
|