Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dnetif.h62 struct iodesc *socktodesc(int);
H A Dbootparam.c133 if (!(d = socktodesc(sockfd))) { in bp_whoami()
245 if (!(d = socktodesc(sockfd))) { in bp_getfile()
H A Drarp.c75 if (!(d = socktodesc(sock))) { in rarp_getipaddress()
H A Dnetif.c296 socktodesc(int sock) in socktodesc() function
H A Dbootp.c140 if (!(d = socktodesc(sock))) { in bootp()
H A Dtftp.c465 tftpfile->iodesc = io = socktodesc(*(int *)(dev->d_opendata)); in tftp_open()
H A Dnfs.c499 if (!(desc = socktodesc(*(int *)(dev->d_opendata)))) in nfs_open()
/freebsd/stand/common/
H A Ddev_net.c172 d = socktodesc(netdev_sock); in net_open()