Home
last modified time | relevance | path

Searched refs:bootp_so (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/nfs/
Dbootp_subr.c240 static struct socket *bootp_so; variable
608 error = sosetopt(bootp_so, &sopt); in bootpc_call()
620 error = sosetopt(bootp_so, &sopt); in bootpc_call()
633 error = sosetopt(bootp_so, &sopt); in bootpc_call()
643 error = sobind(bootp_so, (struct sockaddr *)sin, td); in bootpc_call()
741 error = ifioctl(bootp_so, SIOCAIFADDR, (caddr_t)ifra, in bootpc_call()
747 error = sosend(bootp_so, (struct sockaddr *) &dst, in bootpc_call()
751 error, (int )bootp_so->so_state); in bootpc_call()
755 error = ifioctl(bootp_so, SIOCAIFADDR, (caddr_t)ifra, in bootpc_call()
795 error = soreceive(bootp_so, NULL, &auio, in bootpc_call()
[all …]