HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 1 - 25 of 12683) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /systemz/usr/src/cmd/initpkg/
dfstab.sh 7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/usr/src/cmd/netadm/
_pmtab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
32 case "$MACH" in
_sactab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
_sysconf.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
ttydefs.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/usr/src/pkgdefs/SUNWpsdcr/
postremove 6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
36 case "${ARCH}" in
  /systemz/sirius/usr/src/cmd/initpkg/
dfstab.sh 7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/sirius/usr/src/cmd/netadm/
_pmtab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
32 case "$MACH" in
_sactab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
_sysconf.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
ttydefs.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/sirius/usr/src/pkgdefs/SUNWpsdcr/
postremove 6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
36 case "${ARCH}" in
  /systemz/systemz/usr/src/cmd/initpkg/
dfstab.sh 7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/systemz/usr/src/cmd/netadm/
_pmtab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
32 case "$MACH" in
_sactab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
_sysconf.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
ttydefs.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/systemz/usr/src/pkgdefs/SUNWpsdcr/
postremove 6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
36 case "${ARCH}" in
  /systemz/betelgeuse/usr/src/cmd/initpkg/
dfstab.sh 7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/betelgeuse/usr/src/cmd/netadm/
_pmtab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
32 case "$MACH" in
_sactab.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
_sysconf.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
ttydefs.sh 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
29 case "$MACH" in
  /systemz/betelgeuse/usr/src/pkgdefs/SUNWpsdcr/
postremove 6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
36 case "${ARCH}" in
  /systemz/systemz/usr/src/stand/lib/xdr/
byteorder.c 6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
27 #include <netinet/in.h>
44 htonll(uint64_t in)
46 return ((uint64_t)htonl((in >> 32) & 0xffffffff) |
47 ((uint64_t)htonl(in & 0xffffffff) << 32));
51 ntohll(uint64_t in)
53 return ((uint64_t)ntohl((in >> 32) & 0xffffffff) |
54 ((uint64_t)ntohl(in & 0xffffffff) << 32));
58 htonl(uint32_t in)
    [all...]

Completed in 3479 milliseconds

1 2 3 4 5 6 7 8 91011>>