Home
last modified time | relevance | path

Searched refs:attach_req (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddlpi.c880 dl_attach_req_t attach_req; local
884 attach_req.dl_primitive = DL_ATTACH_REQ;
885 attach_req.dl_ppa = ppa;
888 ctl.len = sizeof (attach_req);
889 ctl.buf = (char *)&attach_req;
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c98 dl_attach_req_t attach_req; local
102 attach_req.dl_primitive = DL_ATTACH_REQ;
103 attach_req.dl_ppa = ppa;
106 ctl.len = sizeof (attach_req);
107 ctl.buf = (char *) &attach_req;
708 dlp->attach_req.dl_ppa);
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dgetether.c234 dlp->attach_req.dl_ppa = unit; in getether()