Home
last modified time | relevance | path

Searched refs:TAG_PAD (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/tcpdump/
HDprint-bootp.c94 #define TAG_PAD ((uint8_t) 0) macro
408 { TAG_PAD, " PAD" },
603 if (tag == TAG_PAD && ndo->ndo_vflag < 3) in rfc1048_print()
610 if (tag == TAG_PAD || tag == TAG_END) in rfc1048_print()
621 if (tag == TAG_PAD && ndo->ndo_vflag > 2) { in rfc1048_print()
624 GET_U_1(bp) == TAG_PAD) { in rfc1048_print()
/dragonfly/stand/lib/
HDbootp.h78 #define TAG_PAD ((unsigned char) 0) macro
/dragonfly/libexec/bootpd/
HDbootp.h102 #define TAG_PAD ((unsigned char) 0) macro
HDdovend.c336 case TAG_PAD: in insert_generic()
HDdumptab.c307 if (tag == TAG_PAD) in dump_generic()
HDbootpd.c1255 if (tag == TAG_PAD) in dovend_rfc1048()
/dragonfly/libexec/bootpd/tools/bootptest/
HDprint-bootp.c293 if (tag == TAG_PAD) in rfc1048_print()
/dragonfly/sys/vfs/nfs/
HDbootp_subr.c179 #define TAG_PAD 0 /* Pad option, implicit length 1 */ macro
1279 if (code == TAG_PAD) in bootpc_tag_helper()