OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_dst
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
filter.h
67
struct ncprange
f_dst
; /* Destination address and mask */
member in struct:filterent
filter.c
304
ncprange_init(&fe.
f_dst
);
324
ncprange_aton(&fe.
f_dst
, ncp, *argv)) {
325
if (ncprange_family(&fe.
f_dst
) != AF_UNSPEC &&
327
family != ncprange_family(&fe.
f_dst
)) {
331
if (!ncprange_getwidth(&fe.
f_dst
, &width))
334
ncprange_init(&fe.
f_dst
);
391
log_Printf(LogDEBUG, "Parse: Dst: %s\n", ncprange_ntoa(&fe.
f_dst
));
466
if (ncprange_isset(&fp->
f_dst
))
467
prompt_Printf(prompt, "%s ", addrstr(&fp->
f_dst
, fp->f_dsttype));
573
ncprange_sethost(&fp->
f_dst
, local)
[
all
...]
ip.c
298
(ncprange_family(&fp->
f_dst
) == AF_UNSPEC ||
299
ncprange_contains(&fp->
f_dst
, &dstaddr))) {
Completed in 195 milliseconds