Lines Matching defs:in
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
94 struct in_addr in;
148 if (strchr(data, '.') != NULL && inet_aton(data, &in) == 1)
149 u32 = in.s_addr;
198 /* sscanf("1z", "%2hhx", &u8) will store 0x01 in u8 and
223 struct in_addr in;
257 inet_aton(tok, &in) == 1)
258 u32 = in.s_addr;