1*41804Sbostic/*- 2*41804Sbostic * Copyright (c) 1990 The Regents of the University of California. 3*41804Sbostic * All rights reserved. 4*41804Sbostic * 5*41804Sbostic * This code is derived from software contributed to Berkeley by 6*41804Sbostic * the Systems Programming Group of the University of Utah Computer 7*41804Sbostic * Science Department. 8*41804Sbostic * 9*41804Sbostic * %sccs.include.redist.c% 10*41804Sbostic */ 11*41804Sbostic 12*41804Sbostic#if defined(LIBC_SCCS) && !defined(lint) 13*41804Sbostic .asciz "@(#)ntohl.s 5.1 (Berkeley) 05/12/90" 14*41804Sbostic#endif /* LIBC_SCCS and not lint */ 15*41804Sbostic 16*41804Sbostic/* hostorder = ntohl(netorder) */ 17*41804Sbostic 18*41804Sbostic#include "DEFS.h" 19*41804Sbostic 20*41804SbosticENTRY(ntohl) 21*41804Sbostic movl sp@(4),d0 22*41804Sbostic rts 23