OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xt_osf_user_finger
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_osf.h
67
struct
xt_osf_user_finger
{
struct
83
struct
xt_osf_user_finger
f;
/external/iptables/utils/
nfnl_osf.c
274
struct
xt_osf_user_finger
f;
276
char buf[NFNL_HEADER_LEN + NFA_LENGTH(sizeof(struct
xt_osf_user_finger
))];
279
memset(&f, 0, sizeof(struct
xt_osf_user_finger
));
385
nfnl_addattr_l(nmh, sizeof(buf), OSF_ATTR_FINGER, &f, sizeof(struct
xt_osf_user_finger
));
Completed in 15 milliseconds