Searched refs:f_proto (Results 1 - 6 of 6) sorted by relevance

/external/libppp/src/
H A Dfilter.h56 int f_proto; /* Protocol: getprotoby*() */ member in struct:filterent
H A Dfilter.c368 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);
H A Dip.c300 if (fp->f_proto != 0) {
425 n, fp->f_proto, dbuff, filter_Action2Nam(fp->f_action));
428 if (cproto == fp->f_proto) {
/external/iproute2/tc/
H A Dtc_filter.c182 __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)));
H A Dtc_util.h38 extern __u16 f_proto;
H A Df_u32.c964 if (u32_pprinters[i].proto == ntohs(f_proto)) {

Completed in 108 milliseconds