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

  /src/lib/libc/nameser/
ns_netint.c 61 ns_put32(uint32_t src, u_char *dst) { function
62 NS_PUT32(src, dst);
  /src/external/bsd/libbind/dist/nameser/
ns_netint.c 56 ns_put32(u_long src, u_char *dst) { function
57 NS_PUT32(src, dst);
  /src/include/arpa/
nameser.h 520 #define NS_PUT32(l, cp) do { \
537 #define ns_put32 __ns_put32 macro
592 void ns_put32(uint32_t, u_char *);
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 519 #define NS_PUT32(l, cp) do { \
536 #define ns_put32 __ns_put32 macro
591 void ns_put32 __P((u_long, u_char *));

Completed in 26 milliseconds