OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bp_htype
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/lib/libsa/
bootp.h
26
unsigned char
bp_htype
; /* hardware addr type */
member in struct:bootp
/src/usr.sbin/bootp/common/
bootp.h
44
unsigned char
bp_htype
; /* hardware addr type */
member in struct:bootp
/src/sys/nfs/
nfs_bootdhcp.c
113
u_int8_t
bp_htype
; /* hardware addr type */
member in struct:bootp
609
bootp->
bp_htype
= hafmt;
/src/external/bsd/tcpdump/dist/
print-bootp.c
62
nd_uint8_t
bp_htype
; /* hardware addr type */
member in struct:bootp
293
uint8_t bp_op,
bp_htype
, bp_hlen;
local
301
bp_htype
= GET_U_1(bp->
bp_htype
);
303
if (
bp_htype
== 1 && bp_hlen == MAC_ADDR_LEN && bp_op == BOOTPREQUEST) {
315
if (
bp_htype
!= 1)
316
ND_PRINT(", htype %u",
bp_htype
);
319
if (
bp_htype
!= 1 || bp_hlen != MAC_ADDR_LEN)
352
if (
bp_htype
== 1 && bp_hlen == MAC_ADDR_LEN) {
Completed in 57 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026