Searched refs:strgetmsg (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | dlpi.c | 182 static int strgetmsg (int fd, struct strbuf *ctlp, struct strbuf *datap, 992 if (strgetmsg (fd, &ctl, 1026 if (strgetmsg (fd, &ctl, 1060 if (strgetmsg (fd, &ctl, (struct strbuf *)NULL, &flags, 1094 if (strgetmsg (fd, &ctl, (struct strbuf *)NULL, &flags, 1248 static int strgetmsg (fd, ctlp, datap, flagsp, caller) in strgetmsg() function
|
/netbsd-src/external/bsd/ipf/dist/ipsend/ |
H A D | dlcommon.c | 77 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlinfoack"); 387 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlokack"); 416 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlerrorack"); 445 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlbindack"); 471 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlphysaddrack"); 490 strgetmsg(fd, ctlp, datap, flagsp, caller) in strgetmsg() function
|