HomeSort by: relevance | last modified time | path
    Searched defs:IP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/des/
des_locl.h 304 /* IP and FP
335 Thanks for hints from Richard Outerbridge - he told me IP&FP
345 #define IP(l,r) \
  /src/lib/libcrypt/
crypt.c 323 static const unsigned char IP[] = { /* initial permutation */
334 /* The final permutation is the inverse of IP - no table is necessary */
919 k = (j < 2)? 0: IP[ExpandTr[i*6+j-2]-1];
941 k = IP[CIFP[i]-1];
  /src/include/arpa/
telnet.h 51 #define IP 244 /* interrupt process--permanently */
66 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
225 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 176 // Convert multicast IP address to multicast MAC address.
369 // UNDI MCast IP to MAC
373 // Identify the type of IP address in the CPB.
572 // UNDI MCast IP to MAC
1427 // Multicast IP address to be converted to multicast MAC address.
1429 PXE_IP_ADDR IP;

Completed in 15 milliseconds