Searched defs:HOST_FETCH32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c529 # ifndef HOST_FETCH32
531 # define HOST_FETCH32(p,l) LE_FETCH32(p) macro
533 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) macro
543 # ifndef HOST_FETCH32
545 # define HOST_FETCH32(p,l) BE_FETCH32(p) macro
547 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) macro

Completed in 61 milliseconds