Searched refs:TAG_DHCP_MSGTYPE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dbootp.h103 #define TAG_DHCP_MSGTYPE ((unsigned char) 53)
102 #define TAG_DHCP_MSGTYPE macro
H A Dbootp.c165 bp->bp_vend[4] = TAG_DHCP_MSGTYPE;
430 if (tag == TAG_DHCP_MSGTYPE) {
/freebsd-12-stable/sys/nfs/
H A Dbootp_subr.c221 #define TAG_DHCP_MSGTYPE 53 macro
505 gctx->replylen, TAG_DHCP_MSGTYPE);
842 TAG_DHCP_MSGTYPE);
1295 *vendp++ = TAG_DHCP_MSGTYPE;
1302 *vendp++ = TAG_DHCP_MSGTYPE;

Completed in 167 milliseconds