Home
last modified time | relevance | path

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

12

/freebsd/libexec/bootpd/
H A DMakefile.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
H A DChanges6 --> 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 …]
H A Dbootpd.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()
H A DREADME8 <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)
H A DProblems7 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
H A DInstallation19 bootps 67/udp bootp # BOOTP Server
23 bootp dgram udp wait root /usr/etc/bootpd bootpd -i
H A DAnnounce16 Combined bootptest into the bootp release.
60 <bootp@andrew.cmu.edu>
H A Dbootp.h42 struct bootp { struct
H A Dbootptab.mcs1 # /etc/bootptab: database for bootp server (/etc/bootpd)
H A Dbootptab.cmu1 # /etc/bootptab: database for bootp server (/etc/bootpd)
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.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/libexec/bootpd/tools/bootptest/
H A Dbootptest.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()
H A Dbootptest.h14 void bootp_print(struct bootp *bp, int length, u_short sport,
H A DMakefile5 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
H A Dprint-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/stand/libsa/
H A Dbootp.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()
H A Dbootp.h26 struct bootp { struct
144 extern struct bootp *bootp_response;
H A Dnet.h120 void bootp(int);
H A DMakefile133 SRCS+= bootp.c rarp.c bootparam.c
/freebsd/sbin/dhclient/tests/
H A Dfake.c70 bootp(struct packet *packet) in bootp() function
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c55 struct bootp { struct
285 const struct bootp *bp; in bootp_print()
291 bp = (const struct bootp *)cp; in bootp_print()
/freebsd/stand/common/
H A Ddev_net.c270 bootp(sock); in net_getparams()
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile43 print-bootp.c \
/freebsd/sbin/dhclient/
H A Ddhcpd.h418 void bootp(struct packet *);
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok215 bootp

12