Home
last modified time | relevance | path

Searched refs:rhook (Results 1 – 5 of 5) sorted by relevance

/dragonfly/libexec/pppoed/
H A Dpppoed.c502 char hostname[MAXHOSTNAMELEN], *exec, rhook[NG_HOOKSIZ]; in main() local
654 switch (sz = NgRecvData(ds, response, sizeof response, rhook)) { in main()
/dragonfly/lib/libc/resolv/
H A Dres_data.c204 _res.rhook = hook; in res_send_setrhook()
H A Dres_send.c524 if (statp->rhook) { in res_nsend()
530 act = (*statp->rhook)(nsap, buf, buflen, in res_nsend()
H A Dres_init.c215 statp->rhook = NULL; in __res_vinit()
/dragonfly/include/
H A Dresolv.h162 res_send_rhook rhook; /* response hook */ member