Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/dragonfly/contrib/gcc-4.7/libgomp/
H A Domp_lib.f90.in41 interface
48 interface
55 interface
62 interface
69 interface
76 interface
83 interface
90 interface
124 interface
131 interface
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Dif.h165 int if_getflags(struct interface *);
166 int if_setflag(struct interface *, short, short);
169 bool if_is_link_up(const struct interface *);
180 void if_free(struct interface *);
185 bool if_roaming(struct interface *);
191 int if_mtu_os(const struct interface *);
210 int if_conf(struct interface *);
211 int if_init(struct interface *);
212 int if_getssid(struct interface *);
223 int if_randomisemac(struct interface *);
[all …]
H A Dipv6nd.h42 struct interface *iface;
105 int ipv6nd_openif(struct interface *);
111 void ipv6nd_startrs(struct interface *);
112 ssize_t ipv6nd_env(FILE *, const struct interface *);
117 struct ipv6_addr *ipv6nd_iffindprefix(struct interface *,
119 ssize_t ipv6nd_free(struct interface *);
121 bool ipv6nd_hasralifetime(const struct interface *, bool);
123 bool ipv6nd_hasradhcp(const struct interface *, bool);
125 int ipv6nd_dadcompleted(const struct interface *);
127 void ipv6nd_startexpire(struct interface *);
[all …]
H A Dipv6.h178 struct interface *iface;
260 int ipv6_makeaddr(struct in6_addr *, struct interface *,
268 void ipv6_deletestaleaddrs(struct interface *);
274 const struct interface *);
279 struct ipv6_addr *ipv6_iffindaddr(struct interface *,
281 int ipv6_hasaddr(const struct interface *);
282 struct ipv6_addr *ipv6_anyglobal(struct interface *);
296 void ipv6_freedrop(struct interface *, int);
308 int ipv6_start(struct interface *);
309 int ipv6_staticdadcompleted(const struct interface *);
[all …]
H A Dprivsep-bpf.h38 ssize_t ps_bpf_openarp(const struct interface *, const struct in_addr *);
39 ssize_t ps_bpf_closearp(const struct interface *, const struct in_addr *);
40 ssize_t ps_bpf_sendarp(const struct interface *, const struct in_addr *,
44 ssize_t ps_bpf_openbootp(const struct interface *);
45 ssize_t ps_bpf_closebootp(const struct interface *);
46 ssize_t ps_bpf_sendbootp(const struct interface *, const void *, size_t);
47 ssize_t ps_bpf_openbootpudp(const struct interface *);
48 ssize_t ps_bpf_closebootpudp(const struct interface *);
49 ssize_t ps_bpf_sendbootpudp(const struct interface *, const void *, size_t);
H A Ddhcp.h266 uint16_t dhcp_get_mtu(const struct interface *);
267 int dhcp_get_routes(rb_tree_t *, struct interface *);
272 void dhcp_drop(struct interface *, const char *);
273 void dhcp_start(struct interface *);
274 void dhcp_abort(struct interface *);
276 void dhcp_inform(struct interface *);
277 void dhcp_renew(struct interface *);
278 void dhcp_bind(struct interface *);
280 void dhcp_close(struct interface *);
281 void dhcp_free(struct interface *);
[all …]
H A Dipv4.h88 struct interface *iface;
121 struct ipv4_state *ipv4_getstate(struct interface *);
122 int ipv4_ifcmp(const struct interface *, const struct interface *);
126 int ipv4_hasaddr(const struct interface *);
135 struct ipv4_addr *ipv4_addaddr(struct interface *,
140 struct ipv4_addr *ipv4_iffindaddr(struct interface *,
142 struct ipv4_addr *ipv4_iffindlladdr(struct interface *);
148 void ipv4_markaddrsstale(struct interface *);
149 void ipv4_deletestaleaddrs(struct interface *);
154 void ipv4_free(struct interface *);
H A Ddhcp6.h236 const struct ipv6_addr *dhcp6_iffindaddr(const struct interface *ifp,
240 size_t dhcp6_find_delegates(struct interface *);
241 int dhcp6_start(struct interface *, enum DH6S);
242 void dhcp6_reboot(struct interface *);
243 void dhcp6_renew(struct interface *);
244 ssize_t dhcp6_env(FILE *, const char *, const struct interface *,
246 void dhcp6_free(struct interface *);
248 bool dhcp6_dadcompleted(const struct interface *);
249 void dhcp6_abort(struct interface *);
250 void dhcp6_drop(struct interface *, const char *);
[all …]
H A Darp.h70 struct interface *iface;
96 void arp_packet(struct interface *, uint8_t *, size_t, unsigned int);
97 struct arp_state *arp_new(struct interface *, const struct in_addr *);
100 struct arp_state *arp_ifannounceaddr(struct interface *, const struct in_addr *);
101 struct arp_state * arp_find(struct interface *, const struct in_addr *);
103 void arp_freeaddr(struct interface *, const struct in_addr *);
104 void arp_drop(struct interface *);
H A Dbpf.h58 const struct interface *bpf_ifp;
68 size_t bpf_frame_header_len(const struct interface *);
69 void *bpf_frame_header_src(const struct interface *, void *, size_t *);
70 void *bpf_frame_header_dst(const struct interface *, void *, size_t *);
71 int bpf_frame_bcast(const struct interface *, const void *);
72 struct bpf * bpf_open(const struct interface *,
H A Ddhcpcd.h73 struct interface { struct
75 TAILQ_ENTRY(interface) next; argument
94 TAILQ_HEAD(if_head, interface); argument
262 int dhcpcd_ifafwaiting(const struct interface *);
271 void dhcpcd_handlecarrier(struct interface *, int, unsigned int);
273 void dhcpcd_handlehwaddr(struct interface *, uint16_t, const void *, uint8_t);
274 void dhcpcd_dropinterface(struct interface *, const char *);
275 int dhcpcd_selectprofile(struct interface *, const char *);
278 void dhcpcd_activateinterface(struct interface *, unsigned long long);
H A Dipv4ll.h64 int ipv4ll_subnetroute(rb_tree_t *, struct interface *);
65 int ipv4ll_defaultroute(rb_tree_t *,struct interface *);
66 ssize_t ipv4ll_env(FILE *, const char *, const struct interface *);
75 void ipv4ll_reset(struct interface *);
76 void ipv4ll_drop(struct interface *);
77 void ipv4ll_free(struct interface *);
H A Dprivsep-inet.h42 ssize_t ps_inet_sendbootp(struct interface *, const struct msghdr *);
48 ssize_t ps_inet_opennd(struct interface *);
49 ssize_t ps_inet_closend(struct interface *);
51 ssize_t ps_inet_sendnd(struct interface *, const struct msghdr *);
55 ssize_t ps_inet_senddhcp6(struct interface *, const struct msghdr *);
H A Dipv4ll.c61 ipv4ll_pickaddr(struct interface *ifp) in ipv4ll_pickaddr()
201 ipv4ll_freearp(struct interface *ifp) in ipv4ll_freearp()
218 ipv4ll_not_found(struct interface *ifp) in ipv4ll_not_found()
266 ipv4ll_found(struct interface *ifp) in ipv4ll_found()
282 ipv4ll_defend_failed(struct interface *ifp) in ipv4ll_defend_failed()
322 struct interface *ifp = arg; in ipv4ll_start()
428 ipv4ll_drop(struct interface *ifp) in ipv4ll_drop()
472 ipv4ll_reset(struct interface *ifp) in ipv4ll_reset()
484 ipv4ll_free(struct interface *ifp) in ipv4ll_free()
501 struct interface *ifp; in ipv4ll_recvrt()
[all …]
H A Darp.c73 const struct interface *ifp = astate->iface; in arp_request()
151 struct interface *ifp; in arp_found()
229 const struct interface *ifn; in arp_packet()
326 struct interface *ifp = astate->iface; in arp_read()
367 struct interface *ifp = astate->iface; in arp_probe1()
432 struct interface *ifp = astate->iface; in arp_announce1()
473 struct interface *ifp; in arp_announce()
528 struct interface *ifp, *iff = NULL; in arp_announceaddr()
552 arp_new(struct interface *ifp, const struct in_addr *addr) in arp_new()
607 struct interface *ifp; in arp_free()
[all …]
H A Dipv4.c123 ipv4_iffindaddr(struct interface *ifp, in ipv4_iffindaddr()
193 struct interface *ifp; in ipv4_findaddr()
207 struct interface *ifp; in ipv4_findmaskaddr()
221 struct interface *ifp; in ipv4_findmaskbrd()
250 ipv4_ifcmp(const struct interface *si, const struct interface *ti) in ipv4_ifcmp()
489 struct interface *ifp; in inet_getroutes()
564 delete_address(struct interface *ifp) in delete_address()
586 ipv4_getstate(struct interface *ifp) in ipv4_getstate()
765 struct interface *ifp = arg; in ipv4_applyaddr()
897 struct interface *ifp; in ipv4_handleifa()
[all …]
/dragonfly/sbin/routed/
H A Ddefs.h179 struct interface *rts_ifp;
242 struct interface { struct
243 struct interface *int_next, **int_prev; argument
480 extern void rip_on(struct interface *);
484 struct interface *, struct rip *, int);
521 extern void get_parms(struct interface *);
540 struct interface *, struct rip *, int);
602 extern void if_sick(struct interface *);
603 extern void if_bad(struct interface *);
604 extern void if_link(struct interface *);
[all …]
H A Dif.c76 static struct interface**
94 struct interface **hifp; in if_link()
139 struct interface *
177 struct interface *
181 struct interface *ifp; in ifwithname()
205 struct interface *
208 struct interface *ifp; in ifwithindex()
231 struct interface *
379 struct interface *
385 struct interface *ifp; in check_dup()
[all …]
/dragonfly/sbin/dhclient/
H A Ddhclient-script27 ifconfig $interface inet $old_ip_address delete
42 ifconfig $interface \
77 arp -d -i $interface -an
92 $LOGGER "New Classless Static Routes ($interface): $classless_routes"
96 route add "$1" -iface "$interface"
123 local tmpres="/var/run/dhclient-resolv.conf.$interface"
138 /sbin/resolvconf -a "$interface.dhcp" <"$tmpres"
141 /sbin/resolvconf -d "$interface.dhcp" -f
192 /sbin/resolvconf -d "$interface.dhcp" -f
207 ifconfig $interface inet $new_ip_address delete
/dragonfly/sys/dev/netif/mii_layer/
H A Dmiidevs123 model xxALTIMA AC101L 0x0012 AC101L 10/100 media interface
124 model xxALTIMA AC101 0x0021 AC101 10/100 media interface
141 model xxAMD 79C873 0x0000 Am79C873 10/100 media interface
210 model DAVICOM DM9102 0x0004 DM9102 10/100 media interface
214 model xxICS 1890 0x0002 ICS1890 10/100 media interface
218 model INTEL I82555 0x0015 i82555 10/100 media interface
221 model INTEL I82553C 0x0035 i82553 10/100 media interface
224 model JATO BASEX 0x0000 Jato 1000baseX media interface
245 model xxREALTEK RTL8251 0x0000 RTL8251 media interface
254 model xxSIS 900 0x0000 SiS 900 10/100 media interface
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() argument
32 if (os_strncmp(dsc->dbus_interface, interface, in fill_dict_with_properties()
100 interface, obj_dsc->user_data, &error)) { in get_all_properties()
233 char *interface, in properties_get_or_set() argument
264 interface, property, in properties_get_or_set()
286 char *interface; in properties_handler() local
305 dbus_message_iter_get_basic(&iter, &interface); in properties_handler()
670 &interface) || in do_send_prop_changed_signal()
845 const char *path, const char *interface, in wpa_dbus_mark_property_changed() argument
902 const char *interface, in wpa_dbus_get_object_properties() argument
[all …]
/dragonfly/contrib/dhcpcd/hooks/
H A D10-wpa_supplicant1 # Start, reconfigure and stop wpa_supplicant per wireless interface.
6 # interface matching.
10 /etc/wpa_supplicant/wpa_supplicant-"$interface".conf \
12 /etc/wpa_supplicant-"$interface".conf \
58 wpa_cli -p "$dir" -i "$interface" status >/dev/null 2>&1 && return 0
61 err=$(wpa_supplicant -B -c"$wpa_supplicant_conf" -i"$interface" \
75 if ! wpa_cli -p "$dir" -i "$interface" status >/dev/null 2>&1; then
80 err=$(wpa_cli -p "$dir" -i "$interface" reconfigure 2>&1)
93 wpa_cli -p "$dir" -i "$interface" status >/dev/null 2>&1 || return 0
95 err=$(wpa_cli -i"$interface" terminate 2>&1)
H A Ddhcpcd-run-hooks5 ifname="$interface${protocol+.}$protocol"
154 rm -f "$1-pre.$interface"
155 cat "$1" > "$1-pre.$interface"
162 [ -f "$1-pre.$interface" ] || return 1
163 cat "$1-pre.$interface" > "$1"
164 rm -f "$1-pre.$interface"
178 err|error) echo "$interface: $*" >&2;;
179 *) echo "$interface: $*";;
182 logger -i -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*"
/dragonfly/contrib/lvm2/dist/libdm/
H A DMakefile.in34 $(interface)/libdm-iface.c
36 INCLUDES = -I$(srcdir)/$(interface) -I$(srcdir)
39 LIB_STATIC = $(interface)/libdevmapper.a
43 LIB_SHARED = $(interface)/libdevmapper.dylib
45 LIB_SHARED = $(interface)/libdevmapper.so
79 install_dynamic: install_@interface@
83 install_static: install_@interface@_static
98 $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION_DM): $(interface)/%.$(LIB_SUFFIX)
H A DMakefile34 $(interface)/libdm-iface.c
36 INCLUDES = -I$(srcdir)/$(interface) -I$(srcdir)
39 LIB_STATIC = $(interface)/libdevmapper.a
43 LIB_SHARED = $(interface)/libdevmapper.dylib
45 LIB_SHARED = $(interface)/libdevmapper.so
98 $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION_DM): $(interface)/%.$(LIB_SUFFIX)

12345678910>>...14