Home
last modified time | relevance | path

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

12

/freebsd-head/libexec/bootpd/
HDMakefile.UNIX155 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
187 bootpd.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
189 bootpef.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
191 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
192 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
193 dovend.o : bootp.h bptypes.h bootpd.h hash.h hwaddr.h report.h dovend.h
194 dumptab.o : bootp.h bptypes.h hash.h hwaddr.h report.h patchlevel.h bootpd.h
198 lookup.o : bootp.h bptypes.h lookup.h report.h
199 print-bootp.o : bootp.h bptypes.h bootptest.h
200 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
HDChanges6 --> bootp-2.4.3
18 --> bootp-2.4.2
48 --> bootp-2.4.1
53 --> bootp-2.4.0
67 --> bootp-2.3.8
77 --> bootp-2.3.7
126 --> bootp-2.3.6
145 Use int for (struct bootp).bp_xid (for DEC Alpha)
156 --> bootp-2.3.5
178 --> bootp-2.3.4 (beta test release)
[all …]
HDbootpd.c102 PRIVATE void dovend_cmu(struct bootp *, struct host *);
104 PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
173 struct bootp *bp; in main()
201 assert(sizeof(struct bootp) == BP_MINPKTSZ); in main()
209 bp = (struct bootp *) pktbuf; in main()
544 if (n < sizeof(struct bootp)) { in main()
619 struct bootp *bp = (struct bootp *) pktbuf; in handle_request()
1012 struct bootp *bp = (struct bootp *) pktbuf; in sendreply()
1154 dovend_cmu(struct bootp *bp, struct host *hp) in dovend_cmu()
1222 dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize) in dovend_rfc1048()
HDREADME8 <bootp@andrew.cmu.edu>
11 bootp-request@andrew.cmu.edu
37 bootps 67/udp bootp # BOOTP Server
71 If your bootp clients don't get a response then several things might be
76 try making your bootp clients send additional requests before giving up.
98 bootp.h The protocol header file
125 print-bootp.c Prints BOOTP packets (taken from BSD tcpdump)
HDProblems7 the equivalent for a bootp line (or in startup files).
46 My bootp clients are given responses with a boot file name that is
54 acceptable responses from the bootp server.
58 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
HDAnnounce16 Combined bootptest into the bootp release.
60 <bootp@andrew.cmu.edu>
HDbootp.h42 struct bootp { struct
HDbootptab.mcs1 # /etc/bootptab: database for bootp server (/etc/bootpd)
HDbootptab.cmu1 # /etc/bootptab: database for bootp server (/etc/bootpd)
/freebsd-head/libexec/bootpd/bootpgw/
HDbootpgw.c147 struct bootp *bp; in main()
170 assert(sizeof(struct bootp) == BP_MINPKTSZ); in main()
178 bp = (struct bootp *) pktbuf; in main()
459 if (n < sizeof(struct bootp)) { in main()
512 struct bootp *bp = (struct bootp *) pktbuf; in handle_request()
603 struct bootp *bp = (struct bootp *) pktbuf; in handle_reply()
/freebsd-head/libexec/bootpd/tools/bootptest/
HDbootptest.c131 struct bootp *bp; in main()
160 assert(sizeof(struct bootp) == BP_MINPKTSZ); in main()
300 bp = (struct bootp *) sndbuf; in main()
414 if (n < sizeof(struct bootp)) { in main()
425 bootp_print((struct bootp *)rcvbuf, n, sin_from.sin_port, 0); in main()
442 bootp_print((struct bootp *)sndbuf, snaplen, sin_from.sin_port, 0); in send_request()
HDbootptest.h14 void bootp_print(struct bootp *bp, int length, u_short sport,
HDMakefile5 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
HDprint-bootp.c54 bootp_print(struct bootp *bp, int length, u_short sport, u_short dport) in bootp_print()
65 if (length != sizeof(struct bootp)) in bootp_print()
/freebsd-head/stand/libsa/
HDbootp.c88 struct bootp *bootp_response;
122 bootp(int sock) in bootp() function
126 struct bootp *bp; in bootp()
129 struct bootp wbootp; in bootp()
131 struct bootp *rbootp; in bootp()
265 struct bootp *bp; in bootpsend()
288 struct bootp *bp; in bootprecv()
298 if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE) in bootprecv()
322 int vsize = n - offsetof(struct bootp, bp_vend); in bootprecv()
HDbootp.h26 struct bootp { struct
144 extern struct bootp *bootp_response;
HDnet.h120 void bootp(int);
HDMakefile133 SRCS+= bootp.c rarp.c bootparam.c
/freebsd-head/sbin/dhclient/tests/
HDfake.c70 bootp(struct packet *packet) in bootp() function
/freebsd-head/contrib/tcpdump/
HDprint-bootp.c55 struct bootp { struct
285 const struct bootp *bp; in bootp_print()
291 bp = (const struct bootp *)cp; in bootp_print()
/freebsd-head/stand/common/
HDdev_net.c270 bootp(sock); in net_getparams()
/freebsd-head/usr.sbin/tcpdump/tcpdump/
HDMakefile43 print-bootp.c \
/freebsd-head/sbin/dhclient/
HDdhcpd.h418 void bootp(struct packet *);
/freebsd-head/share/doc/smm/01.setup/
HDspell.ok215 bootp

12