Searched refs:bootp (Results 1 – 25 of 33) sorted by relevance
12
| /NextBSD/libexec/bootpd/ |
| HD | Makefile.UNIX | 156 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
|
| HD | Changes | 7 --> 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 …]
|
| HD | bootpd.c | 113 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()
|
| HD | README | 9 <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)
|
| HD | Problems | 8 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
|
| HD | Installation | 19 bootps 67/udp bootp # BOOTP Server 23 bootp dgram udp wait root /usr/etc/bootpd bootpd -i
|
| HD | Announce | 17 Combined bootptest into the bootp release. 61 <bootp@andrew.cmu.edu>
|
| HD | bootp.h | 44 struct bootp { struct
|
| HD | bootptab.mcs | 1 # /etc/bootptab: database for bootp server (/etc/bootpd)
|
| HD | bootptab.cmu | 1 # /etc/bootptab: database for bootp server (/etc/bootpd)
|
| /NextBSD/libexec/bootpd/bootpgw/ |
| HD | bootpgw.c | 159 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/ |
| HD | bootp.c | 95 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;
|
| HD | bootp.h | 26 struct bootp { struct
|
| HD | net.h | 111 void bootp(int, int);
|
| HD | Makefile | 142 SRCS+= bootp.c rarp.c bootparam.c
|
| /NextBSD/libexec/bootpd/tools/bootptest/ |
| HD | bootptest.c | 138 struct bootp *bp; 167 assert(sizeof(struct bootp) == BP_MINPKTSZ); 307 bp = (struct bootp *) sndbuf; 421 if (n < sizeof(struct bootp)) {
|
| HD | Makefile | 6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
|
| HD | print-bootp.c | 56 struct bootp *bp; in bootp_print() 69 if (length != sizeof(struct bootp))
|
| /NextBSD/sbin/dhclient/tests/ |
| HD | fake.c | 57 bootp(struct packet *packet) in bootp() function
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-bootp.c | 61 struct bootp { struct 287 register const struct bootp *bp; in bootp_print() 291 bp = (const struct bootp *)cp; in bootp_print()
|
| HD | CHANGES | 334 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/ |
| HD | dev_net.c | 265 bootp(sock, BOOTP_NONE); in net_getparams()
|
| /NextBSD/usr.sbin/tcpdump/tcpdump/ |
| HD | Makefile | 38 print-bootp.c \
|
| /NextBSD/sbin/dhclient/ |
| HD | dhcpd.h | 406 void bootp(struct packet *);
|
| /NextBSD/share/doc/smm/01.setup/ |
| HD | spell.ok | 216 bootp
|
12