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

  /external/iproute2/man/man8/
ip-xfrm.8 157 .RI "[ " UPSPEC " ]"
160 .IR UPSPEC " := "
274 .RI "[ " UPSPEC " ]"
277 .IR UPSPEC " := "
501 .IR UPSPEC "."
504 .IR UPSPEC
545 .IR UPSPEC "."
548 .IR UPSPEC
  /external/iproute2/ip/
ipxfrm.c 1233 __u8 upspec; local
1238 upspec = 0;
1243 upspec = pp->p_proto;
1245 if (get_u8(&upspec, *argv, 0))
1249 sel->proto = upspec;
1339 missarg("UPSPEC");
    [all...]
xfrm_policy.c 67 fprintf(stderr, "SELECTOR := [ src ADDR[/PLEN] ] [ dst ADDR[/PLEN] ] [ dev DEV ] [ UPSPEC ]\n");
68 fprintf(stderr, "UPSPEC := proto { { ");
xfrm_state.c 93 fprintf(stderr, "SELECTOR := [ src ADDR[/PLEN] ] [ dst ADDR[/PLEN] ] [ dev DEV ] [ UPSPEC ]\n");
94 fprintf(stderr, "UPSPEC := proto { { ");
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacKeyboard.cpp 39 const EventTypeSpec UpSpec = {kEventClassKeyboard, kEventRawKeyUp},
126 if (InstallEventHandler( event, keyUpUPP, 1, &UpSpec, this, &keyUpEventRef ) != noErr)

Completed in 881 milliseconds