141804Sbostic/*- 2*61119Sbostic * Copyright (c) 1990, 1993 3*61119Sbostic * The Regents of the University of California. All rights reserved. 441804Sbostic * 541804Sbostic * This code is derived from software contributed to Berkeley by 641804Sbostic * the Systems Programming Group of the University of Utah Computer 741804Sbostic * Science Department. 841804Sbostic * 941804Sbostic * %sccs.include.redist.c% 1041804Sbostic */ 1141804Sbostic 1241804Sbostic#if defined(LIBC_SCCS) && !defined(lint) 13*61119Sbostic .asciz "@(#)ntohl.s 8.1 (Berkeley) 06/04/93" 1441804Sbostic#endif /* LIBC_SCCS and not lint */ 1541804Sbostic 1641804Sbostic/* hostorder = ntohl(netorder) */ 1741804Sbostic 1841804Sbostic#include "DEFS.h" 1941804Sbostic 2041804SbosticENTRY(ntohl) 2141804Sbostic movl sp@(4),d0 2241804Sbostic rts 23