OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_get_proto
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
58
extern uint8_t
nfnl_ct_get_proto
(const struct nfnl_ct *);
/external/libnl/lib/netfilter/
ct_obj.c
183
nl_ip_proto2str(
nfnl_ct_get_proto
(ct), buf, sizeof(buf)));
412
uint8_t
nfnl_ct_get_proto
(const struct nfnl_ct *ct)
function
ct.c
419
NLA_PUT_U8(msg, CTA_PROTO_NUM,
nfnl_ct_get_proto
(ct));
Completed in 358 milliseconds