Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c97 #define TAG_PAD ((uint8_t) 0) macro
413 { TAG_PAD, " PAD" },
610 if (tag == TAG_PAD && ndo->ndo_vflag < 3) in rfc1048_print()
617 if (tag == TAG_PAD || tag == TAG_END) in rfc1048_print()
628 if (tag == TAG_PAD && ndo->ndo_vflag > 2) { in rfc1048_print()
631 GET_U_1(bp) == TAG_PAD) { in rfc1048_print()
/netbsd/src/usr.sbin/bootp/common/
Dbootp.h99 #define TAG_PAD ((unsigned char) 0) macro
Ddovend.c336 case TAG_PAD: in insert_generic()
Ddumptab.c304 if (tag == TAG_PAD) in dump_generic()
/netbsd/src/sys/lib/libsa/
Dbootp.h73 #define TAG_PAD ((unsigned char) 0) macro
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c160 #define TAG_PAD ((unsigned char) 0) macro
422 if (tag == TAG_PAD) in bootpcheck()
731 if (tag == TAG_PAD) in bootp_extract()
/netbsd/src/usr.sbin/bootp/bootptest/
Dprint-bootp.c294 if (tag == TAG_PAD) in rfc1048_print()
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c210 #define TAG_PAD 0 /* Pad option, implicit length 1 */ macro
1360 if (code == TAG_PAD) in bootpc_tag_helper()
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c1250 if (tag == TAG_PAD) in dovend_rfc1048()