Searched refs:is_bcast (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h128 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon7159::__anon7160
186 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon7159::__anon7161
245 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon7159::__anon7162
281 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon7159::__anon7164
336 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon7159::__anon7165
391 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon7159::__anon7166
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c346 int is_bcast = 0; local
373 is_bcast = 2;
378 is_bcast = 1;
383 is_bcast = 0;
390 if (bcast) *bcast = is_bcast;
425 if (is_bcast) {
445 int is_bcast = 0; local
476 is_bcast = 0;
481 is_bcast = 2;
486 is_bcast
[all...]

Completed in 112 milliseconds