Searched refs:readudp (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dnet.h103 ssize_t readudp(struct iodesc *, void *, size_t, time_t);
H A Dudp.c137 readudp(d, pkt, len, tleft) function
151 printf("readudp: called\n");
176 printf("readudp: not IP. ether_type=%x\n", etype);
186 printf("readudp: IP version or not UDP. ip_v=%d ip_p=%d\n", ip->ip_v, ip->ip_p);
196 printf("readudp: short hdr or bad cksum.\n");
203 printf("readudp: bad length %d < %d.\n",
211 printf("readudp: bad saddr %s != ", inet_ntoa(d->myip));
227 printf("readudp: bad dport %d != %d\n",
240 printf("readudp: huge packet, udp len %d\n", (int)n);
252 printf("readudp
[all...]
H A Drpc.c242 n = readudp(d, pkt, len, tleft);
H A Dbootp.c305 n = readudp(d, pkt, len, tleft);
H A Dtftp.c192 len = readudp(d, pkt, len, tleft);
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c668 readudp(struct iodesc *h, void *pkt, size_t len, time_t timeout) function
691 printf("readudp failed %x\n", udpread_p->status);

Completed in 66 milliseconds