Searched refs:ip_proto (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Df_flower.c55 " ip_proto [tcp | udp | sctp | icmp | icmpv6 | IP-PROTO ] |\n"
203 __u8 ip_proto; local
209 ip_proto = IPPROTO_TCP;
211 ip_proto = IPPROTO_UDP;
213 ip_proto = IPPROTO_SCTP;
217 ip_proto = IPPROTO_ICMP;
221 ip_proto = IPPROTO_ICMPV6;
223 ret = get_u8(&ip_proto, str, 16);
227 addattr8(n, MAX_MSG, type, ip_proto);
228 *p_ip_proto = ip_proto;
398 flower_icmp_attr_type(__be16 eth_type, __u8 ip_proto, enum flower_icmp_field field) argument
413 flower_icmp_attr_mask_type(__be16 eth_type, __u8 ip_proto, enum flower_icmp_field field) argument
428 flower_parse_icmp(char *str, __u16 eth_type, __u8 ip_proto, enum flower_icmp_field field, struct nlmsghdr *n) argument
441 flower_port_attr_type(__u8 ip_proto, enum flower_endpoint endpoint) argument
459 flower_parse_port(char *str, __u8 ip_proto, enum flower_endpoint endpoint, struct nlmsghdr *n) argument
584 __u8 ip_proto = 0xff; local
1000 __u8 ip_proto; local
1179 __u8 ip_proto = 0xff; local
[all...]
/external/libpcap/
H A Dgencode.c5293 gen_port(compiler_state_t *cstate, int port, int ip_proto, int dir) argument
5316 switch (ip_proto) {
5320 b1 = gen_portop(cstate, port, ip_proto, dir);
5378 gen_port6(compiler_state_t *cstate, int port, int ip_proto, int dir) argument
5385 switch (ip_proto) {
5389 b1 = gen_portop6(cstate, port, ip_proto, dir);
5475 gen_portrange(compiler_state_t *cstate, int port1, int port2, int ip_proto, argument
5483 switch (ip_proto) {
5487 b1 = gen_portrangeop(cstate, port1, port2, ip_proto, dir);
5571 gen_portrange6(compiler_state_t *cstate, int port1, int port2, int ip_proto, argument
[all...]

Completed in 310 milliseconds