Lines Matching defs:in_addr
81 struct in_addr {
99 struct in_addr sin_addr;
416 #define IP_MULTICAST_IF 9 /* struct in_addr *or* struct ip_mreqn;
524 struct in_addr imr_multiaddr; /* IP multicast address of group */
525 struct in_addr imr_interface; /* local IP address of interface */
534 struct in_addr imr_multiaddr; /* IP multicast address of group */
535 struct in_addr imr_address; /* local IP address of interface */
543 struct in_addr imr_multiaddr; /* IP multicast address of group */
544 struct in_addr imr_sourceaddr; /* IP address of source */
545 struct in_addr imr_interface; /* local IP address of interface */
589 int setipv4sourcefilter(int, struct in_addr, struct in_addr, uint32_t,
590 uint32_t, struct in_addr *);
591 int getipv4sourcefilter(int, struct in_addr, struct in_addr, uint32_t *,
592 uint32_t *, struct in_addr *);
641 int in_broadcast(struct in_addr, struct ifnet *);
642 int in_canforward(struct in_addr);
643 int in_localaddr(struct in_addr);
644 int in_localip(struct in_addr);
645 int in_ifhasaddr(struct ifnet *, struct in_addr);
646 int inet_aton(const char *, struct in_addr *); /* in libkern */
647 char *inet_ntoa(struct in_addr); /* in libkern */
648 char *inet_ntoa_r(struct in_addr ina, char *buf); /* in libkern */