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

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h129 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon6670::__anon6671
163 uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a broadcast */ member in struct:__anon6670::__anon6673
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c348 int is_bcast = 0; local
375 is_bcast = 2;
380 is_bcast = 1;
385 is_bcast = 0;
392 if (bcast) *bcast = is_bcast;
427 if (is_bcast) {
447 int is_bcast = 0; local
478 is_bcast = 0;
483 is_bcast = 2;
488 is_bcast
[all...]

Completed in 107 milliseconds