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

  /external/scapy/scapy/contrib/
ldp.py 1 # scapy.contrib.description = Label Distribution Protocol (LDP)
51 return LDP
460 # 3.1. LDP PDUs
461 class LDP(Packet):
462 name = "LDP"
475 bind_layers( TCP, LDP, sport=646, dport=646 )
476 bind_layers( UDP, LDP, sport=646, dport=646 )
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 93 #define LDP 0xa9400000
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 186 LDP
655 LDP: "LDP",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 186 LDP
655 LDP: "LDP",
    [all...]

Completed in 262 milliseconds