OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ingroup
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/wall/
wall.c
129
int
ingroup
;
local in function:main
131
ingroup
= 0;
135
for (wg = grouplist; wg && !
ingroup
; wg = wg->next) {
137
ingroup
= 1;
138
for (mem = wg->mem; *mem && !
ingroup
; mem++)
140
ingroup
= 1;
142
if (
ingroup
== 0)
/src/usr.sbin/lpr/lpc/
lpc.c
89
static int
ingroup
(const char *);
130
if (c->c_priv && getuid() &&
ingroup
(LPR_OPER) == 0) {
319
ingroup
(const char *grname)
function in typeref:typename:int
/src/sys/netinet6/
mld6.c
885
bool
ingroup
;
local in function:in6_multi_group
888
ingroup
= in6_lookup_multi(addr, ifp) != NULL;
891
return
ingroup
;
ip6_input.c
413
bool
ingroup
;
local in function:ip6_input
420
ingroup
= in6_multi_group(&ip6->ip6_dst, rcvif);
421
if (
ingroup
) {
ip6_output.c
629
bool
ingroup
;
local in function:ip6_output
645
ingroup
= in6_multi_group(&ip6->ip6_dst, ifp);
646
if (
ingroup
&& (im6o == NULL || im6o->im6o_multicast_loop)) {
ip6_mroute.c
1531
bool
ingroup
;
local in function:phyint_send
1588
ingroup
= in6_multi_group(&ip6->ip6_dst, ifp);
1589
if (
ingroup
) {
/src/usr.sbin/npf/npfctl/
npf_bpf_comp.c
154
unsigned
ingroup
;
member in struct:npf_bpf
346
ctx->
ingroup
++;
355
assert(ctx->
ingroup
);
356
ctx->
ingroup
--;
427
const bool
ingroup
= ctx->
ingroup
!= 0;
local in function:fetch_l3
434
if (
ingroup
) {
455
if (
ingroup
) {
481
const bool
ingroup
= ctx->
ingroup
!= 0
local in function:fetch_ether_type
[
all
...]
/src/sys/netinet/
in.c
1673
bool
ingroup
;
local in function:in_multi_group
1677
ingroup
= in_lookup_multi(addr, ifp) != NULL;
1682
ingroup
= in_lookup_multi(addr, ifp) != NULL;
1684
return
ingroup
;
/src/sys/netipsec/
key.c
4521
bool
ingroup
;
local in function:key_ismyaddr6
4532
ingroup
= in6_multi_group(&sin6->sin6_addr, ia->ia_ifp);
4533
if (
ingroup
) {
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025