/netbsd-src/usr.sbin/bootp/common/ |
H A D | bootp.h | 42 struct bootp { struct 43 unsigned char bp_op; /* packet opcode type */ 44 unsigned char bp_htype; /* hardware addr type */ 45 unsigned char bp_hlen; /* hardware addr length */ 46 unsigned char bp_hops; /* gateway hops */ 47 u_int32 bp_xid; /* transaction ID */ 48 unsigned short bp_secs; /* seconds since boot began */ 49 unsigned short bp_flags; /* RFC1532 broadcast, etc. */ 50 struct in_addr bp_ciaddr; /* client IP address */ 51 struct in_addr bp_yiaddr; /* 'your' IP address */ [all …]
|
/netbsd-src/sys/lib/libsa/ |
H A D | bootp.h | 24 struct bootp { struct 25 unsigned char bp_op; /* packet opcode type */ 26 unsigned char bp_htype; /* hardware addr type */ 27 unsigned char bp_hlen; /* hardware addr length */ 28 unsigned char bp_hops; /* gateway hops */ 29 unsigned int bp_xid; /* transaction ID */ 30 unsigned short bp_secs; /* seconds since boot began */ 31 unsigned short bp_flags; 32 struct in_addr bp_ciaddr; /* client IP address */ 33 struct in_addr bp_yiaddr; /* 'your' IP address */ [all …]
|
H A D | bootp.c | 121 bootp(int sock) in bootp() function
|
/netbsd-src/sys/nfs/ |
H A D | nfs_bootdhcp.c | 111 struct bootp { struct 310 struct bootp *bootp; in bootpset() local 112 bp_opbootp global() argument 113 bp_htypebootp global() argument 114 bp_hlenbootp global() argument 115 bp_hopsbootp global() argument 116 bp_xidbootp global() argument 117 bp_secsbootp global() argument 118 bp_flagsbootp global() argument 119 bp_ciaddrbootp global() argument 120 bp_yiaddrbootp global() argument 121 bp_siaddrbootp global() argument 122 bp_giaddrbootp global() argument 123 bp_chaddrbootp global() argument 124 bp_snamebootp global() argument 125 bp_filebootp global() argument 126 bp_vendbootp global() argument 323 struct bootp *bootp; bootpcheck() local 488 struct bootp *bootp; /* request */ bootpc_call() local 693 bootp_extract(struct bootp * bootp,int replylen,struct nfs_diskless * nd,int * flags) bootp_extract() argument [all...] |
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp.h | 152 struct bootp { struct 171 #define DHCP_MIN_LEN (offsetof(struct bootp, vend) + 4) argument 177 struct bootp bootp; member
|
H A D | dhcp.c | 167 const struct bootp *bootp, size_t bootp_len, in get_option() 283 struct in_addr *a, const struct bootp *bootp, size_t bootp_len, in get_option_addr() 298 uint32_t *i, const struct bootp *bootp, size_t bootp_len, uint8_t option) in get_option_uint32() 315 uint16_t *i, const struct bootp *bootp, size_t bootp_len, uint8_t option) in get_option_uint16() 332 uint8_t *i, const struct bootp *bootp, size_t bootp_len, uint8_t option) in get_option_uint8() 509 const struct bootp *bootp, size_t bootp_len, uint8_t option) in get_option_string() 561 const struct bootp *bootp, size_t bootp_len) in get_option_routes() 696 dhcp_message_add_addr(struct bootp *bootp, in dhcp_message_add_addr() 725 struct bootp *bootp; in make_message() local 1131 read_lease(struct interface *ifp, struct bootp **bootp) in read_lease() [all …]
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | bootp.c | 41 void bootp (packet) in bootp() function
|
/netbsd-src/external/mpl/dhcp/dist/tests/ |
H A D | t_api_dhcp.c | 12 bootp(struct packet *packet) { in bootp() function
|
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/ |
H A D | cltest.c | 58 void bootp (struct packet *packet) { } in bootp() function
|
H A D | cltest2.c | 291 void bootp (struct packet *packet) { } in bootp() function
|
H A D | omshell.c | 75 void bootp (struct packet *packet) { } in bootp() function
|
/netbsd-src/external/mpl/dhcp/dist/relay/ |
H A D | dhcrelay.c | 2112 bootp(struct packet *packet) { in bootp() function
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhclient.c | 1893 void bootp (packet) in bootp() function
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 3914 void (*bootp) (struct packet *); member
|