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

  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 768 IPv4_DEVICE_PATH *IP __unused;
771 IP = DevPath;
773 CatPrintIPv4( Str , & IP-> RemoteIpAddress ) ;
775 CatPrintNetworkProtocol( Str , IP-> Protocol ) ;
776 CatPrint( Str , L",%s" , IP-> StaticIpAddress ? L"Static" : L"DHCP" ) ;
777 show = IsNotNullIPv4( & IP-> LocalIpAddress ) ;
778 if ( ! show && DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) {
780 show |= IsNotNullIPv4( & IP-> GatewayIpAddress ) ;
781 show |= IsNotNullIPv4( & IP-> SubnetMask ) ;
785 CatPrintIPv4( Str , & IP-> LocalIpAddress )
    [all...]
  /src/sys/crypto/des/
des_enc.c 81 IP(r,l);
263 IP(l,r);
283 IP(l,r);
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/sys/ufs/lfs/
lfs_accessors.h 628 #define LFS_SET_UINO(ip, states) do { \
629 if (((states) & IN_ACCESSED) && !((ip)->i_state & IN_ACCESSED)) \
630 lfs_sb_adduinodes((ip)->i_lfs, 1); \
631 if (((states) & IN_CLEANING) && !((ip)->i_state & IN_CLEANING)) \
632 lfs_sb_adduinodes((ip)->i_lfs, 1); \
633 if (((states) & IN_MODIFIED) && !((ip)->i_state & IN_MODIFIED)) \
634 lfs_sb_adduinodes((ip)->i_lfs, 1); \
635 (ip)->i_state |= (states); \
638 #define LFS_CLR_UINO(ip, states) do { \
639 if (((states) & IN_ACCESSED) && ((ip)->i_state & IN_ACCESSED))
    [all...]
  /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/
efinet.h 259 IN EFI_IP_ADDRESS *IP,
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;
  /src/distrib/miniroot/
install.sh 256 echo -n "Enter IP address of default route: [none] "
267 echo -n "Enter IP address of primary nameserver: [none] "
318 where <ip_address_of_gateway> is the IP address of the default router.
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 57 | called with small counts: 20 bytes for IP header checksums and 40
88 | subroutine call adds 400% overhead to an IP header checksum.
  /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/usr.sbin/sysinst/
msg.mi.en 642 Host IP: %s
655 Host IP: %s
656 Server IP: %s
msg.mi.es 653 IP de la m�quina: %s
666 IP de la m�quina: %s
667 IP del servidor: %s
msg.mi.pl 632 Twoj adres IP: %s
645 Twoj adres IP: %s
646 Adres IP serwera: %s
msg.mi.de 666 IP-Adresse: %s
679 IP-Adresse: %s
680 IP-Adresse des Servers: %s
  /src/sys/arch/m68k/m68k/
oc_cksum.s 53 | called with small counts: 20 bytes for IP header checksums and 40
84 | subroutine call adds 400% overhead to an IP header checksum.
  /src/usr.bin/telnet/
telnet.c 2290 NET2ADD(IAC, IP);
2291 printoption("SENT", IAC, IP);
  /src/sbin/efi/
devpath3.c 660 29 IP and ARP over ISO 7816-3 [Scott_Guthery]
666 35 Pure IP [Inaky_Perez-Gonzalez]
  /src/libexec/telnetd/
state.c 153 case IP:
  /src/sys/crypto/des/arch/i386/
des_enc.S 81 # IP
2590 # IP
2709 # IP
  /src/usr.bin/ftp/
ftp.c 106 #include <netinet/ip.h>
1231 * abort using RFC 959 recommended IP,SYNC sequence
1844 struct comvars *ip, *op; local
1851 ip = &tmpstruct;
1857 ip = &proxstruct;
1861 ip->connect = connected;
1864 (void)strlcpy(ip->name, hostname, sizeof(ip->name));
1866 ip->name[0] = '\0';
1868 ip->hctl = hisctladdr
    [all...]

Completed in 40 milliseconds