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

/freebsd-10.2-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.c20 * Format and print bootp packets.
25 * $FreeBSD: releng/10.2/libexec/bootpd/tools/bootptest/print-bootp.c 263830 2014-03-27 20:13:53Z brueffer $
41 #include "bootp.h"
52 * Print bootp requests
56 struct bootp *bp;
60 static char tstr[] = " [|bootp]";
69 if (length != sizeof(struct bootp))
90 printf(" bootp-#%d", bp->bp_op);
132 /* 'your' ip address (bootp client) */
/freebsd-10.2-release/libexec/bootpd/
H A DMakefile.UNIX156 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
188 bootpd.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
190 bootpef.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
192 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
193 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
194 dovend.o : bootp.h bptypes.h bootpd.h hash.h hwaddr.h report.h dovend.h
195 dumptab.o : bootp.h bptypes.h hash.h hwaddr.h report.h patchlevel.h bootpd.h
199 lookup.o : bootp.h bptypes.h lookup.h report.h
200 print-bootp.o : bootp
[all...]
H A Dbootp.h26 * $FreeBSD: releng/10.2/libexec/bootpd/bootp.h 83941 2001-09-25 21:02:10Z iedowse $
40 #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.2-release/sbin/dhclient/tests/
H A Dfake.c57 bootp(struct packet *packet) function
/freebsd-10.2-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.2-release/lib/libstand/
H A Dbootp.h1 /* $NetBSD: bootp.h,v 1.4 1997/09/06 13:55:57 drochner Exp $ */
22 * $FreeBSD: releng/10.2/lib/libstand/bootp.h 64527 2000-08-11 08:36:17Z ps $
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)
39 __FBSDID("$FreeBSD: releng/10.2/lib/libstand/bootp.c 229403 2012-01-03 18:51:58Z ed $");
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
[all...]
H A Dnet.h110 /* bootp/DHCP */
111 void bootp(int, int);
H A DMakefile170 SRCS+= bootp.c rarp.c bootparam.c
/freebsd-10.2-release/sys/boot/common/
H A Ddev_net.c64 #include <bootp.h>
147 * them via bootp, rarp, etc.
164 * info from bootp or other sources.
265 bootp(sock, BOOTP_NONE);
/freebsd-10.2-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.
23 * $FreeBSD: releng/10.2/contrib/tcpdump/print-bootp.c 214478 2010-10-28 19:06:17Z rpaulo $
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
[all...]
H A DMakefile.in76 print-bootp.c print-bt.c print-carp.c print-cdp.c print-cfm.c \
121 bootp.h \
/freebsd-10.2-release/sys/boot/userboot/libstand/
H A DMakefile159 SRCS+= bootp.c rarp.c bootparam.c
/freebsd-10.2-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile36 print-bootp.c \
/freebsd-10.2-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.2-release/sbin/dhclient/
H A Ddhcpd.h406 void bootp(struct packet *);
H A Ddhclient.c871 bootp(struct packet *packet) function
1903 fprintf(leaseFile, " bootp;\n");
/freebsd-10.2-release/sys/boot/libstand32/
H A DMakefile176 SRCS+= bootp.c rarp.c bootparam.c

Completed in 217 milliseconds