Home
last modified time | relevance | path

Searched refs:PerlSock_htons (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
DXSUB.h515 # define htons PerlSock_htons
Diperlsys.h1256 #define PerlSock_htons(x) \ macro
1349 #define PerlSock_htons(x) htons(x) macro
Dpp_pack.c2389 ai16 = PerlSock_htons(ai16);
Dpp_sys.c5072 port = PerlSock_htons(port); in PP()