Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_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 …]