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

  /external/iproute2/tc/
tc_filter.c 192 __u16 f_proto = 0; variable
244 f_proto = TC_H_MIN(t->tcm_info);
246 if (!filter_protocol || filter_protocol != f_proto) {
247 if (f_proto) {
250 ll_proto_n2a(f_proto, b1, sizeof(b1)));
tc_util.h 33 extern __u16 f_proto;
f_u32.c 962 if (u32_pprinters[i].proto == ntohs(f_proto)) {
  /external/v8/test/mjsunit/
function-bind.js 283 var f_proto = Object.getPrototypeOf(f);
284 var cdesc = Object.getOwnPropertyDescriptor(f_proto, "caller");
285 var adesc = Object.getOwnPropertyDescriptor(f_proto, "arguments");

Completed in 169 milliseconds