Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/netns/
Dns.h95 u_short s_host[3]; member
132 #define ns_hosteqnh(s,t) ((s).s_host[0] == (t).s_host[0] && \
133 (s).s_host[1] == (t).s_host[1] && (s).s_host[2] == (t).s_host[2])
135 #define ns_nullhost(x) (((x).x_host.s_host[0]==0) && \
136 ((x).x_host.s_host[1]==0) && ((x).x_host.s_host[2]==0))