HomeSort by relevance Sort by last modified time
    Searched full:f_proto (Results 1 - 6 of 6) sorted by null

  /external/iproute2/tc/
tc_filter.c 182 __u16 f_proto = 0; variable
229 f_proto = TC_H_MIN(t->tcm_info);
231 if (!filter_protocol || filter_protocol != f_proto) {
232 if (f_proto) {
235 ll_proto_n2a(f_proto, b1, sizeof(b1)));
tc_util.h 38 extern __u16 f_proto;
f_u32.c 963 if (u32_pprinters[i].proto == ntohs(f_proto)) {
  /external/libppp/src/
filter.h 56 int f_proto; /* Protocol: getprotoby*() */ member in struct:filterent
filter.c 368 fe.f_proto = (pe == NULL) ? 0 : pe->p_proto;
370 switch (fe.f_proto) {
392 log_Printf(LogDEBUG, "Parse: Proto: %d\n", fe.f_proto);
471 if (fp->f_proto) {
472 if ((pe = getprotobynumber(fp->f_proto)) == NULL)
473 prompt_Printf(prompt, "P:%d", fp->f_proto);
ip.c 300 if (fp->f_proto != 0) {
425 n, fp->f_proto, dbuff, filter_Action2Nam(fp->f_action));
428 if (cproto == fp->f_proto) {

Completed in 182 milliseconds