Home
last modified time | relevance | path

Searched full:rfc1048 (Results 1 – 18 of 18) sorted by relevance

/freebsd/stand/libsa/
H A Dbootp.h4 * Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
65 * Vendor magic cookie (v_magic) for RFC1048
72 * RFC1048 tag values used to specify what information is being supplied in
/freebsd/libexec/bootpd/
H A Ddovend.c258 * memory buffer indirectly pointed to by "dest". "tag" is the RFC1048 tag
266 * conformance to RFC1048.
301 * be in RFC1048 format. It is inserted using a first-fit algorithm which
H A Dbootptab.5306 .Em rfc1048
428 DARPA Internet Request For Comments RFC951, RFC1048, RFC1084, Assigned Numbers
H A DChanges272 Add generic tags. Fix byte order of rfc1048 data.
277 Added vendor information to conform to RFC1048.
H A DREADME29 RFC1048. We've also improved the host lookup algorithm and added some
H A Dbootpd.h146 * hold future RFC1048 vendor data until bootpd is updated to understand it.
H A Dbootp.h87 * Vendor magic cookie (v_magic) for RFC1048
H A Dbootpd.c29 * See [SRI-NIC]<RFC>RFC1048.TXT for vendor-information extensions.
963 /* RFC1048 conformant bootp client */ in handle_request()
966 report(LOG_INFO, "sending reply (with RFC1048 options)"); in handle_request()
1212 * Insert the RFC1048 vendor data for the host pointed to by "hp" into the
H A DMakefile.UNIX11 # in addition to the RFC1048 format. Leaving out DEBUG saves little.
H A Ddumptab.c256 fprintf(fp, "rfc1048:"); in dump_host()
H A Dreadfile.c271 * Vendor magic cookies for CMU and RFC1048
1211 * Load RFC1048 generic information directly into a memory buffer.
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.854 .%O RFC1048
H A Dbootptest.c116 * Vendor magic cookies for CMU and RFC1048
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c36 * Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
83 * Vendor magic cookie (v_magic) for RFC1048
88 * RFC1048 tag values used to specify what information is being supplied in
407 /* RFC1048 tags */
595 ND_PRINT("\n\t Vendor-rfc1048 Extensions"); in rfc1048_print()
/freebsd/share/man/man8/
H A Ddiskless.8205 hn:ht=1:vm=rfc1048:\\
/freebsd/stand/common/
H A Ddev_net.c236 * and the more modern, BOOTP way. (RFC951, RFC1048)
/freebsd/sbin/dhclient/
H A Dconflex.c326 if (!strcasecmp(atom + 1, "lways-reply-rfc1048")) in intern()
/freebsd/sys/nfs/
H A Dbootp_subr.c1188 *vendp++ = 99; /* RFC1048 cookie */ in bootpc_compose_query()