Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-wqe.h128 …uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a… member
186 …uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a… member
245 …uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a… member
281 …uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a… member
336 …uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a… member
391 …uint64_t is_bcast : 1; /**< set if the hardware determined that the packet is a… member
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDsocket_wrapper.c346 int is_bcast = 0; in convert_in_un_remote() local
373 is_bcast = 2; in convert_in_un_remote()
378 is_bcast = 1; in convert_in_un_remote()
383 is_bcast = 0; in convert_in_un_remote()
390 if (bcast) *bcast = is_bcast; in convert_in_un_remote()
425 if (is_bcast) { in convert_in_un_remote()
445 int is_bcast = 0; in convert_in_un_alloc() local
476 is_bcast = 0; in convert_in_un_alloc()
481 is_bcast = 2; in convert_in_un_alloc()
486 is_bcast = 1; in convert_in_un_alloc()
[all …]