Searched refs:bootp (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/libexec/bootpd/tools/bootptest/
H A DMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
H A Dbootptest.c2 * bootptest.c - Test out a bootp server.
7 * program with some enhancements I added. The print-bootp.c
16 * (See the copyright notice in print-bootp.c)
27 * 12/02/93 Released version 1.4 (with bootp-2.3.2)
67 #include "bootp.h"
138 struct bootp *bp;
164 * Verify that "struct bootp" has the correct official size.
167 assert(sizeof(struct bootp) == BP_MINPKTSZ);
307 bp = (struct bootp *) sndbuf;
421 if (n < sizeof(struct bootp)) {
[all...]
H A Dprint-bootp.c21 * Format and print bootp packets.
42 #include "bootp.h"
53 * Print bootp requests
57 struct bootp *bp;
61 static char tstr[] = " [|bootp]";
70 if (length != sizeof(struct bootp))
91 printf(" bootp-#%d", bp->bp_op);
133 /* 'your' ip address (bootp client) */
/freebsd-10.0-release/tools/regression/sbin/dhclient/
H A Dfake.c57 bootp(struct packet *packet) function
/freebsd-10.0-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c77 #include "bootp.h"
161 struct bootp *bp;
184 assert(sizeof(struct bootp) == BP_MINPKTSZ);
192 bp = (struct bootp *) pktbuf;
343 * Get address of real bootp server.
470 if (n < sizeof(struct bootp)) {
523 struct bootp *bp = (struct bootp *) pktbuf;
615 struct bootp *bp = (struct bootp *) pktbu
[all...]
/freebsd-10.0-release/lib/libstand/
H A Dbootp.h1 /* $NetBSD: bootp.h,v 1.4 1997/09/06 13:55:57 drochner Exp $ */
26 struct bootp { struct
124 * bootp flags
130 * "vendor" data permitted for CMU bootp clients.
H A Dbootp.c1 /* $NetBSD: bootp.c,v 1.14 1998/02/16 11:10:54 drochner Exp $ */
35 * @(#) Header: bootp.c,v 1.4 93/09/11 03:13:51 leres Exp (LBL)
59 #include "bootp.h"
93 /* Fetch required bootp infomation */
95 bootp(sock, flag) function
100 struct bootp *bp;
103 struct bootp wbootp;
107 struct bootp rbootp;
112 printf("bootp: socket=%d\n", sock);
118 printf("bootp
[all...]
H A Dnet.h110 /* bootp/DHCP */
111 void bootp(int, int);
H A DMakefile170 SRCS+= bootp.c rarp.c bootparam.c
/freebsd-10.0-release/libexec/bootpd/
H A Dbootp.h40 #define BP_MINPKTSZ 300 /* to check sizeof(struct bootp) */
41 /* Overhead to fit a bootp message into an Ethernet packet. */
44 struct bootp { struct
134 * "vendor" data permitted for CMU bootp clients.
H A Dbootpd.c84 #include "bootp.h"
114 PRIVATE void dovend_cmu(struct bootp *, struct host *);
116 PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
167 * Globals below are associated with the bootp database file (bootptab).
187 struct bootp *bp;
215 assert(sizeof(struct bootp) == BP_MINPKTSZ);
223 bp = (struct bootp *) pktbuf;
555 if (n < sizeof(struct bootp)) {
632 struct bootp *bp = (struct bootp *) pktbu
[all...]
/freebsd-10.0-release/sys/boot/common/
H A Ddev_net.c64 #include <bootp.h>
248 bootp(sock, BOOTP_NONE);
/freebsd-10.0-release/contrib/tcpdump/
H A Dbootp.h1 /* @(#) $Header: /tcpdump/master/tcpdump/bootp.h,v 1.19 2008-04-22 09:46:03 hannes Exp $ (LBL) */
23 struct bootp { struct
31 in print-bootp.c */
169 /* ftp://ftp.isi.edu/.../assignments/bootp-dhcp-extensions */
209 * "vendor" data permitted for CMU bootp clients.
H A Dprint-bootp.c21 * Format and print bootp packets.
27 "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.89 2008-04-22 09:45:08 hannes Exp $ (LBL)";
43 #include "bootp.h"
49 static char tstr[] = " [|bootp]";
63 * Print bootp requests
68 register const struct bootp *bp;
72 bp = (const struct bootp *)cp;
116 /* 'your' ip address (bootp client) */
286 /* http://www.iana.org/assignments/bootp-dhcp-extensions/index.htm */
/freebsd-10.0-release/sys/boot/userboot/libstand/
H A DMakefile159 SRCS+= bootp.c rarp.c bootparam.c
/freebsd-10.0-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile36 print-bootp.c \
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dpxe.c45 #include <bootp.h>
283 * Do a bootp/dhcp request to find out where our
288 bootp(pxe_sock, BOOTP_PXE);
/freebsd-10.0-release/sbin/dhclient/
H A Ddhcpd.h406 void bootp(struct packet *);
H A Ddhclient.c871 bootp(struct packet *packet) function
1899 fprintf(leaseFile, " bootp;\n");

Completed in 189 milliseconds