Lines Matching refs:in_addr

313 struct in_addr {  struct
401 struct in_addr sin_addr;
407 sizeof (struct in_addr)) == 0)
420 struct in_addr sin_addr;
449 struct in_addr ip_dst; /* first hop, 0 w/o src rt */
564 struct in_addr imr_multiaddr; /* IP multicast address of group */
565 struct in_addr imr_interface; /* local IP address of interface */
574 struct in_addr imr_multiaddr; /* IP multicast address of group */
575 struct in_addr imr_address; /* local IP address of interface */
584 struct in_addr imr_multiaddr; /* IP multicast address of group */
585 struct in_addr imr_sourceaddr; /* IP address of source */
586 struct in_addr imr_interface; /* local IP address of interface */
650 int setipv4sourcefilter(int, struct in_addr, struct in_addr, uint32_t,
651 uint32_t, struct in_addr *) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
652 int getipv4sourcefilter(int, struct in_addr, struct in_addr, uint32_t *,
653 uint32_t *, struct in_addr *) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
698 struct in_addr ipi_spec_dst; /* Local address */
699 struct in_addr ipi_addr; /* IP Header dst address */
877 extern boolean_t in_broadcast(struct in_addr, struct ifnet *);
878 extern boolean_t in_canforward(struct in_addr);
879 extern u_int32_t in_netof(struct in_addr);
938 extern int in_localaddr(struct in_addr);
939 extern int inaddr_local(struct in_addr);
941 extern char *inet_ntoa(struct in_addr);
942 extern char *inet_ntoa_r(struct in_addr ina, char *buf,
950 extern int inet_aton(const char *, struct in_addr *); /* in libkern */