Searched refs:getmsg (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dgetether.c244 if (getmsg(fd, &cbuf, NULL, &flags) < 0) {
245 report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
286 if (getmsg(fd, &cbuf, NULL, &flags) < 0) {
287 report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg());
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c110 static char *getmsg(int, char *, char);
303 getmsg(int fd, char *cptr, char quote) function
460 str = getmsg(fd, cptr, quote);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c230 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
242 sizeof(p->errbuf), errno, "getmsg");
1172 if (getmsg(fd, &ctl, (struct strbuf*)NULL, &flags) < 0) {
1174 errno, "recv_ack: %s getmsg", what);
1643 * To figure out how big the returned data is, we first call getmsg
1645 * length, and then issue another getmsg to get the actual PPA data.
1648 if (getmsg(fd, &ctl, (struct strbuf *)NULL, &flags) < 0) {
1650 errno, "get_dlpi_ppa: hpppa getmsg");
1655 "get_dlpi_ppa: hpppa getmsg: control buffer has no data");
1684 if (getmsg(f
[all...]
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npe.c1418 getmsg(struct ixpnpe_softc *sc, uint32_t msg[2]) function
1454 if (getmsg(sc, sc->sc_msg) == 0)
1503 error = getmsg(sc, recv);
1568 error = getmsg(sc, msg);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1248 ret = getmsg(p, &strbufc, &strbufd, &flags);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h464 extern int getmsg(int, struct strbuf *, struct strbuf *, int *);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c505 * Set flags argument and issue getmsg().
508 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) {
509 (void) sprintf(errmsg, "%s: getmsg", caller);
535 err("getmsg: control portion length < sizeof (long): %d", ctlp->len);
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure28140 # Simple test for streamspty, based on the existance of getmsg(), alas
28149 ac_fn_c_check_func "$LINENO" "getmsg" "ac_cv_func_getmsg"
28155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getmsg works" >&5
28156 $as_echo_n "checking if getmsg works... " >&6; }
28172 ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL);

Completed in 115 milliseconds