Searched refs:in_addr (Results 26 - 50 of 450) sorted by relevance

1234567891011>>

/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dinet_aton.c42 inet_aton(const char *cp, struct in_addr *addr)
/freebsd-10.3-release/usr.sbin/ppp/
H A Dradius.h50 struct in_addr ip; /* FRAMED IP */
51 struct in_addr mask; /* FRAMED Netmask */
90 struct in_addr addr;
91 struct in_addr mask;
116 extern void radius_Account_Set_Ip(struct radacct *, struct in_addr *,
117 struct in_addr *);
/freebsd-10.3-release/lib/libstand/
H A Dnet.h80 extern struct in_addr myip;
81 extern struct in_addr rootip;
82 extern struct in_addr swapip;
83 extern struct in_addr gateip;
84 extern struct in_addr nameip;
92 u_char *arpwhohas(struct iodesc *, struct in_addr);
116 char *inet_ntoa(struct in_addr);
H A Dinet_ntoa.c49 struct in_addr in;
/freebsd-10.3-release/include/arpa/
H A Dinet.h109 struct in_addr { struct
146 /*const*/ char *inet_ntoa(struct in_addr);
152 int inet_aton(const char *, struct in_addr *);
153 in_addr_t inet_lnaof(struct in_addr);
154 struct in_addr inet_makeaddr(in_addr_t, in_addr_t);
156 in_addr_t inet_netof(struct in_addr);
160 char *inet_ntoa_r(struct in_addr, char *buf, socklen_t size);
/freebsd-10.3-release/contrib/ipfilter/iplang/
H A Diplang.h11 struct in_addr if_addr;
20 struct in_addr snd_gw;
25 struct in_addr arp_addr;
/freebsd-10.3-release/lib/libc/inet/
H A Dinet_ntoa.c54 inet_ntoa(struct in_addr in) {
63 inet_ntoa_r(struct in_addr in, char *buf, socklen_t size)
H A Dinet_makeaddr.c48 struct in_addr
52 struct in_addr a;
H A Dinet_lnaof.c51 struct in_addr in;
/freebsd-10.3-release/sys/libkern/
H A Dinet_ntoa.c39 inet_ntoa(struct in_addr ina)
53 inet_ntoa_r(struct in_addr ina, char *buf)
/freebsd-10.3-release/sys/netinet/
H A Din.h81 struct in_addr { struct
99 struct in_addr sin_addr;
416 #define IP_MULTICAST_IF 9 /* struct in_addr *or* struct ip_mreqn;
516 struct in_addr imr_multiaddr; /* IP multicast address of group */
517 struct in_addr imr_interface; /* local IP address of interface */
526 struct in_addr imr_multiaddr; /* IP multicast address of group */
527 struct in_addr imr_address; /* local IP address of interface */
535 struct in_addr imr_multiaddr; /* IP multicast address of group */
536 struct in_addr imr_sourceaddr; /* IP address of source */
537 struct in_addr imr_interfac
[all...]
H A Dip_options.c84 static void save_rte(struct mbuf *m, u_char *, struct in_addr);
105 struct in_addr *sin, dst;
182 if (off > optlen - (int)sizeof(struct in_addr)) {
245 sizeof(struct in_addr));
247 cp[IPOPT_OFFSET] += sizeof(struct in_addr);
271 if (off > optlen - (int)sizeof(struct in_addr))
287 sizeof(struct in_addr));
289 cp[IPOPT_OFFSET] += sizeof(struct in_addr);
315 sin = (struct in_addr *)(cp + off);
323 sizeof(struct in_addr) > optle
[all...]
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dip_addr.h15 struct in_addr v4;
/freebsd-10.3-release/lib/libc/resolv/
H A Dres_private.h11 struct in_addr ina;
/freebsd-10.3-release/libexec/bootpd/
H A Dhwaddr.h25 extern void setarp(int, struct in_addr *, int, u_char *, int);
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dprinthost.c20 struct in_addr ipa;
H A Dprintmask.c19 struct in_addr ipa;
H A Dprinthostmask.c22 struct in_addr ipa;
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_socket.h47 struct in_addr sin_addr;
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dwps_er.h37 struct in_addr addr;
94 struct in_addr filter_addr;
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
103 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
104 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
/freebsd-10.3-release/contrib/tcpdump/
H A Dbootp.h32 struct in_addr bp_ciaddr; /* client IP address */
33 struct in_addr bp_yiaddr; /* 'your' IP address */
34 struct in_addr bp_siaddr; /* server IP address */
35 struct in_addr bp_giaddr; /* gateway IP address */
215 struct in_addr v_smask; /* Subnet mask */
216 struct in_addr v_dgate; /* Default gateway */
217 struct in_addr v_dns1, v_dns2; /* Domain name servers */
218 struct in_addr v_ins1, v_ins2; /* IEN-116 name servers */
219 struct in_addr v_ts1, v_ts2; /* Time servers */
/freebsd-10.3-release/tools/tools/mcgrab/
H A Dmcgrab.cc91 void grab(char *interface, struct in_addr *group, int number, int block) {
97 struct in_addr lgroup;
122 sizeof(struct in_addr));
134 sizeof(struct in_addr)) < 0) {
163 struct in_addr *group = NULL; ///< the multicast group address
173 group = new (struct in_addr );
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dinet_ntoa.c47 inet_ntoa(struct in_addr in)
/freebsd-10.3-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.h23 extern char *ipaddr_string(struct in_addr *);
/freebsd-10.3-release/sbin/dhclient/
H A Ddhcp.h66 struct in_addr ciaddr; /* Client IP address (if already in use) */
67 struct in_addr yiaddr; /* Client IP address */
68 struct in_addr siaddr; /* IP address of next server to talk to */
69 struct in_addr giaddr; /* DHCP relay agent IP address */

Completed in 296 milliseconds

1234567891011>>