Home
last modified time | relevance | path

Searched defs:bootp (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/libexec/bootpd/
H A Dbootp.h42 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 …]
/freebsd-src/stand/libsa/
H A Dbootp.h26 struct bootp { struct
27 unsigned char bp_op; /* packet opcode type */
28 unsigned char bp_htype; /* hardware addr type */
29 unsigned char bp_hlen; /* hardware addr length */
30 unsigned char bp_hops; /* gateway hops */
31 unsigned int bp_xid; /* transaction ID */
32 unsigned short bp_secs; /* seconds since boot began */
33 unsigned short bp_flags;
34 struct in_addr bp_ciaddr; /* client IP address */
35 struct in_addr bp_yiaddr; /* 'your' IP address */
[all …]
H A Dbootp.c122 bootp(int sock) in bootp() function
/freebsd-src/contrib/tcpdump/
H A Dprint-bootp.c57 struct bootp { global() struct
64 bp_flagsbootp global() argument
65 bp_secsbootp global() argument
66 bp_ciaddrbootp global() argument
67 bp_yiaddrbootp global() argument
68 bp_siaddrbootp global() argument
69 bp_giaddrbootp global() argument
70 bp_chaddrbootp global() argument
71 bp_snamebootp global() argument
72 bp_filebootp global() argument
73 bp_vendbootp global() argument
[all...]
/freebsd-src/sbin/dhclient/tests/
H A Dfake.c70 bootp(struct packet *packet) in bootp() function
/freebsd-src/sbin/dhclient/
H A Ddhclient.c964 bootp(struct packet *packet) bootp() function