Home
last modified time | relevance | path

Searched refs:bootp_flags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dbootp.c90 int bootp_flags; variable
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c3262 state -> bootp_flags = packet -> raw -> flags;
3274 state -> bootp_flags |= htons (BOOTP_BROADCAST);
3989 raw.flags = state -> bootp_flags;
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h675 u_int16_t bootp_flags; member