/src/sbin/mount_nfs/ |
udp_xfer.c | 66 sendudp(struct iodesc *d, void *pkt, size_t len) function in typeref:typename:ssize_t
|
/src/sys/lib/libsa/ |
net.h | 118 ssize_t sendudp(struct iodesc *, void *, size_t);
|
udp.c | 67 sendudp(struct iodesc *d, void *pkt, size_t len) function in typeref:typename:ssize_t
|
tftp.c | 180 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t, 214 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t, 247 (void)sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t);
|
bootp.c | 296 printf("%s: calling sendudp\n", __func__); 299 return sendudp(d, pkt, len);
|
rpc.c | 186 sendudp, send_head, send_tail - send_head,
|
/src/sys/arch/i386/stand/pxeboot/ |
pxe.c | 122 sendudp(struct iodesc *d, void *pkt, size_t len) function in typeref:typename:ssize_t 141 printf("sendudp: PXENV_UDP_WRITE failed: 0x%x\n",
|