Lines Matching refs:uint32_t
137 typedef uint32_t in_addr_t;
201 uint32_t __u6_addr32[4];
239 uint32_t sin6_flowinfo; /* IPv6 flow information */
241 uint32_t sin6_scope_id; /* IPv6 scope-id */
286 uint32_t gr_interface;
295 uint32_t gsr_interface;
315 uint32_t imsf_fmode;
318 uint32_t imsf_numsrc;
330 uint32_t gf_interface;
336 uint32_t gf_fmode;
339 uint32_t gf_numsrc;
361 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));
364 extern uint32_t htonl (uint32_t __hostlong)
396 (((__const uint32_t *) (a))[0] == 0 \
397 && ((__const uint32_t *) (a))[1] == 0 \
398 && ((__const uint32_t *) (a))[2] == 0 \
399 && ((__const uint32_t *) (a))[3] == 0)
402 (((__const uint32_t *) (a))[0] == 0 \
403 && ((__const uint32_t *) (a))[1] == 0 \
404 && ((__const uint32_t *) (a))[2] == 0 \
405 && ((__const uint32_t *) (a))[3] == htonl (1))
410 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
414 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
418 ((((__const uint32_t *) (a))[0] == 0) \
419 && (((__const uint32_t *) (a))[1] == 0) \
420 && (((__const uint32_t *) (a))[2] == htonl (0xffff)))
423 ((((__const uint32_t *) (a))[0] == 0) \
424 && (((__const uint32_t *) (a))[1] == 0) \
425 && (((__const uint32_t *) (a))[2] == 0) \
426 && (ntohl (((__const uint32_t *) (a))[3]) > 1))
429 ((((__const uint32_t *) (a))[0] == ((__const uint32_t *) (b))[0]) \
430 && (((__const uint32_t *) (a))[1] == ((__const uint32_t *) (b))[1]) \
431 && (((__const uint32_t *) (a))[2] == ((__const uint32_t *) (b))[2]) \
432 && (((__const uint32_t *) (a))[3] == ((__const uint32_t *) (b))[3]))
477 uint32_t ip6m_mtu; /* path MTU in host byte order */
534 struct in_addr __group, uint32_t *__fmode,
535 uint32_t *__numsrc, struct in_addr *__slist)
540 struct in_addr __group, uint32_t __fmode,
541 uint32_t __numsrc,
547 extern int getsourcefilter (int __s, uint32_t __interface_addr,
549 socklen_t __grouplen, uint32_t *__fmode,
550 uint32_t *__numsrc,
554 extern int setsourcefilter (int __s, uint32_t __interface_addr,
556 socklen_t __grouplen, uint32_t __fmode,
557 uint32_t __numsrc,