Home
last modified time | relevance | path

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

/external/iproute2/lib/
Ddnet_pton.c8 static __inline__ u_int16_t dn_htons(u_int16_t addr) in dn_htons() function
53 addr = dn_htons((area << 10) | node); in dnet_pton1()