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

  /src/common/lib/libc/arch/m68k/net/
htons.S 1 /* $NetBSD: htons.S,v 1.3 2013/07/16 23:24:19 matt Exp $ */
40 RCSID("from: @(#)htons.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: htons.S,v 1.3 2013/07/16 23:24:19 matt Exp $")
46 /* hostorder = htons(netorder) */
48 ENTRY(htons) function
52 END(htons)
  /src/common/lib/libc/arch/sparc/net/
htons.S 1 /* $NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
35 * from: Header: htons.s,v 1.1 92/06/25 12:47:05 torek Exp
41 .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $")
47 /* netorder = htons(hostorder) */
48 ENTRY(htons) function
  /src/common/lib/libc/arch/sparc64/net/
htons.S 1 /* $NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
35 * from: Header: htons.s,v 1.1 92/06/25 12:47:05 torek Exp
41 .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $")
47 /* netorder = htons(hostorder) */
48 ENTRY(htons) function
  /src/lib/libc/arch/sh3/net/
htons.c 1 /* $NetBSD: htons.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */
40 __RCSID("$NetBSD: htons.c,v 1.3 2005/12/24 23:10:08 perry Exp $");
43 /* netorder = htons(hostorder) */
46 htons(x) function
  /src/lib/libc/net/
Lint_htons.c 9 #undef htons macro
13 htons(uint16_t host16) function
  /src/common/lib/libc/net/
htons.c 1 /* $NetBSD: htons.c,v 1.4 2026/01/09 08:01:11 skrll Exp $ */
10 __RCSID("$NetBSD: htons.c,v 1.4 2026/01/09 08:01:11 skrll Exp $");
16 #undef htons macro
19 htons(uint16_t x) function
  /src/lib/libc/arch/vax/gen/
byte_swap_2.S 33 /* .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" */
38 ALTENTRY(htons) function
  /src/sys/lib/libkern/arch/sh3/
byte_swap_2.S 38 ALTENTRY(htons) function
46 ALTENTRY(htons) function
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/netinet/
in.h 21 #define htons(x) (x) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/netinet/
in.h 21 #define htons(x) (x) macro
  /src/external/bsd/libbind/dist/include/arpa/
inet.h 122 #define htons(x) (x) macro
  /src/sys/arch/hpc/stand/include/machine/
endian.h 86 uint16_t htons(uint16_t) __attribute__((__const__));
133 #define htons(x) (x) macro
138 #define HTONS(x) (void) (x)
147 #define htons(x) bswap16((uint16_t)(x))
153 #define HTONS(x) (x) = htons((uint16_t)(x))
  /src/sys/sys/
endian.h 71 uint16_t htons(uint16_t) __constfunc;
118 #define htons(x) __CAST(uint16_t, (x)) macro
123 #define HTONS(x) __CAST(void, (x))
130 #define htons(x) bswap16(__CAST(uint16_t, (x)))
135 #define HTONS(x) (x) = htons(__CAST(uint16_t, (x)))
  /src/external/bsd/tcpdump/dist/
netdissect-stdinc.h 295 #undef htons macro
303 #define htons(x) __ntohs(x) macro

Completed in 31 milliseconds