HomeSort by: relevance | last modified time | path
    Searched defs:bootp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/lib/libsa/
bootp.c 1 /* $NetBSD: bootp.c,v 1.43 2019/04/05 20:09:29 christos Exp $ */
39 * @(#) Header: bootp.c,v 1.4 93/09/11 03:13:51 leres Exp (LBL)
54 #include "bootp.h"
88 * of bootp/dhcp.
119 /* Fetch required bootp information */
121 bootp(int sock) function in typeref:typename:void
124 struct bootp *bp;
127 struct bootp wbootp;
131 struct bootp rbootp;
280 /* Transmit a bootp request *
    [all...]
bootp.h 1 /* $NetBSD: bootp.h,v 1.10 2019/03/31 20:08:45 christos Exp $ */
4 * Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
6 * This file specifies the "implementation-independent" BOOTP protocol
24 struct bootp { struct
120 * "vendor" data permitted for CMU bootp clients.
138 extern void bootp(int);
  /src/usr.sbin/bootp/common/
bootp.h 24 * Bootstrap Protocol (BOOTP). RFC951 and RFC1395.
26 * $NetBSD: bootp.h,v 1.4 1997/10/18 04:36:52 lukem Exp $
29 * This file specifies the "implementation-independent" BOOTP protocol
40 #define BP_MINPKTSZ 300 /* to check sizeof(struct bootp) */
42 struct bootp { struct
132 * "vendor" data permitted for CMU bootp clients.
  /src/sys/nfs/
nfs_bootdhcp.c 33 * Support for NFS diskless booting with BOOTP (RFC951, RFC1048)
85 * This implementation uses BOOTP (RFC951, RFC1048), and
88 * This method gets everything it needs with one BOOTP
90 * the old BOOTP functionality subset of DHCP. It is not
91 * clear that DHCP provides any advantage over BOOTP for
98 * address for the client and support BOOTP.
105 /* Begin stuff from bootp.h */
111 struct bootp { struct
128 * Note that BOOTP packets are allowed to be longer
181 /* End of stuff from bootp.h *
310 struct bootp *bootp; local in function:bootpset
323 struct bootp *bootp; local in function:bootpcheck
488 struct bootp *bootp; \/* request *\/ local in function:bootpc_call
    [all...]

Completed in 12 milliseconds