Home
last modified time | relevance | path

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

/external/libnl/src/lib/
Dexp.c118 int l4protonum; in nl_cli_exp_parse_l4protonum() local
120 if ((l4protonum = nl_str2ip_proto(arg)) < 0) in nl_cli_exp_parse_l4protonum()
121 nl_cli_fatal(l4protonum, in nl_cli_exp_parse_l4protonum()
123 arg, nl_geterror(l4protonum)); in nl_cli_exp_parse_l4protonum()
125 nfnl_exp_set_l4protonum(exp, tuple, l4protonum); in nl_cli_exp_parse_l4protonum()
/external/libnl/lib/netfilter/
Dexp_obj.c337 diff |= EXP_DIFF_VAL(EXPECT_L4PROTO_NUM, exp_expect.proto.l4protonum); in exp_compare()
343 diff |= EXP_DIFF_VAL(MASTER_L4PROTO_NUM, exp_master.proto.l4protonum); in exp_compare()
349 diff |= EXP_DIFF_VAL(MASK_L4PROTO_NUM, exp_mask.proto.l4protonum); in exp_compare()
355 diff |= EXP_DIFF_VAL(NAT_L4PROTO_NUM, exp_nat.proto.l4protonum); in exp_compare()
745 void nfnl_exp_set_l4protonum(struct nfnl_exp *exp, int tuple, uint8_t l4protonum) in nfnl_exp_set_l4protonum() argument
749 dir->proto.l4protonum = l4protonum; in nfnl_exp_set_l4protonum()
761 return dir->proto.l4protonum; in nfnl_exp_get_l4protonum()
/external/libnl/include/netlink-private/
Dtypes.h955 uint8_t l4protonum; member