Home
last modified time | relevance | path

Searched refs:bootp (Results 1 – 25 of 33) sorted by relevance

12

/NextBSD/libexec/bootpd/
HDMakefile.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.h bptypes.h bootptest.h
201 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
HDChanges7 --> bootp-2.4.3
19 --> bootp-2.4.2
49 --> bootp-2.4.1
54 --> bootp-2.4.0
68 --> bootp-2.3.8
78 --> bootp-2.3.7
127 --> bootp-2.3.6
146 Use int for (struct bootp).bp_xid (for DEC Alpha)
157 --> bootp-2.3.5
179 --> bootp-2.3.4 (beta test release)
[all …]
HDbootpd.c113 PRIVATE void dovend_cmu(struct bootp *, struct host *);
115 PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
185 struct bootp *bp;
213 assert(sizeof(struct bootp) == BP_MINPKTSZ);
221 bp = (struct bootp *) pktbuf;
553 if (n < sizeof(struct bootp)) {
628 struct bootp *bp = (struct bootp *) pktbuf; in handle_request()
1019 struct bootp *bp = (struct bootp *) pktbuf;
1162 struct bootp *bp; in dovend_cmu()
1232 struct bootp *bp; in dovend_rfc1048()
HDREADME9 <bootp@andrew.cmu.edu>
12 bootp-request@andrew.cmu.edu
38 bootps 67/udp bootp # BOOTP Server
72 If your bootp clients don't get a response then several things might be
77 try making your bootp clients send additional requests before giving up.
99 bootp.h The protocol header file
126 print-bootp.c Prints BOOTP packets (taken from BSD tcpdump)
HDProblems8 the equivalent for a bootp line (or in startup files).
47 My bootp clients are given responses with a boot file name that is
55 acceptable responses from the bootp server.
59 The bootp server (on SunOS) will send a fragmented reply
HDInstallation19 bootps 67/udp bootp # BOOTP Server
23 bootp dgram udp wait root /usr/etc/bootpd bootpd -i
HDAnnounce17 Combined bootptest into the bootp release.
61 <bootp@andrew.cmu.edu>
HDbootp.h44 struct bootp { struct
HDbootptab.mcs1 # /etc/bootptab: database for bootp server (/etc/bootpd)
HDbootptab.cmu1 # /etc/bootptab: database for bootp server (/etc/bootpd)
/NextBSD/libexec/bootpd/bootpgw/
HDbootpgw.c159 struct bootp *bp;
182 assert(sizeof(struct bootp) == BP_MINPKTSZ);
190 bp = (struct bootp *) pktbuf;
468 if (n < sizeof(struct bootp)) {
519 struct bootp *bp = (struct bootp *) pktbuf; in handle_request()
610 struct bootp *bp = (struct bootp *) pktbuf; in handle_reply()
/NextBSD/lib/libstand/
HDbootp.c95 bootp(sock, flag) in bootp() function
100 struct bootp *bp;
103 struct bootp wbootp;
107 struct bootp rbootp;
272 struct bootp *bp;
298 struct bootp *bp;
306 if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE)
309 bp = (struct bootp *)pkt;
HDbootp.h26 struct bootp { struct
HDnet.h111 void bootp(int, int);
HDMakefile142 SRCS+= bootp.c rarp.c bootparam.c
/NextBSD/libexec/bootpd/tools/bootptest/
HDbootptest.c138 struct bootp *bp;
167 assert(sizeof(struct bootp) == BP_MINPKTSZ);
307 bp = (struct bootp *) sndbuf;
421 if (n < sizeof(struct bootp)) {
HDMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
HDprint-bootp.c56 struct bootp *bp; in bootp_print()
69 if (length != sizeof(struct bootp))
/NextBSD/sbin/dhclient/tests/
HDfake.c57 bootp(struct packet *packet) in bootp() function
/NextBSD/contrib/tcpdump/
HDprint-bootp.c61 struct bootp { struct
287 register const struct bootp *bp; in bootp_print()
291 bp = (const struct bootp *)cp; in bootp_print()
HDCHANGES334 Cleanup the bootp printer
419 check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c,
567 Improvements to: print-telnet, IPTalk, bootp/dhcp, ECN, PPP,
692 - Add missing closing double quotes when displaying bootp strings.
974 - print-bootp.c: Decode the cmu vendor field. Add RFC1497 tags.
1050 - print-bootp.c: First attempt at decoding the vendor buffer.
/NextBSD/sys/boot/common/
HDdev_net.c265 bootp(sock, BOOTP_NONE); in net_getparams()
/NextBSD/usr.sbin/tcpdump/tcpdump/
HDMakefile38 print-bootp.c \
/NextBSD/sbin/dhclient/
HDdhcpd.h406 void bootp(struct packet *);
/NextBSD/share/doc/smm/01.setup/
HDspell.ok216 bootp

12