Home
last modified time | relevance | path

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

/external/libnl/src/lib/
Dexp.c117 int l4protonum; in nl_cli_exp_parse_l4protonum() local
119 if ((l4protonum = nl_str2ip_proto(arg)) < 0) in nl_cli_exp_parse_l4protonum()
120 nl_cli_fatal(l4protonum, in nl_cli_exp_parse_l4protonum()
122 arg, nl_geterror(l4protonum)); in nl_cli_exp_parse_l4protonum()
124 nfnl_exp_set_l4protonum(exp, tuple, l4protonum); in nl_cli_exp_parse_l4protonum()
/external/libnl/lib/netfilter/
Dexp_obj.c336 diff |= EXP_DIFF_VAL(EXPECT_L4PROTO_NUM, exp_expect.proto.l4protonum); in exp_compare()
342 diff |= EXP_DIFF_VAL(MASTER_L4PROTO_NUM, exp_master.proto.l4protonum); in exp_compare()
348 diff |= EXP_DIFF_VAL(MASK_L4PROTO_NUM, exp_mask.proto.l4protonum); in exp_compare()
354 diff |= EXP_DIFF_VAL(NAT_L4PROTO_NUM, exp_nat.proto.l4protonum); in exp_compare()
744 void nfnl_exp_set_l4protonum(struct nfnl_exp *exp, int tuple, uint8_t l4protonum) in nfnl_exp_set_l4protonum() argument
748 dir->proto.l4protonum = l4protonum; in nfnl_exp_set_l4protonum()
760 return dir->proto.l4protonum; in nfnl_exp_get_l4protonum()
/external/libnl/include/netlink-private/
Dtypes.h845 uint8_t l4protonum; member