| /dflybsd-src/contrib/gcc-4.7/libgomp/ |
| H A D | omp_lib.f90.in | 41 interface 46 end interface 48 interface 53 end interface 55 interface 60 end interface 62 interface 67 end interface 69 interface 74 end interface [all …]
|
| /dflybsd-src/contrib/dhcpcd/src/ |
| H A D | if.h | 165 int if_getflags(struct interface *); 166 int if_setflag(struct interface *, short, short); 169 bool if_is_link_up(const struct interface *); 177 struct interface *if_find(struct if_head *, const char *); 178 struct interface *if_findindex(struct if_head *, unsigned int); 179 struct interface *if_loopback(struct dhcpcd_ctx *); 180 void if_free(struct interface *); 181 int if_domtu(const struct interface *, short int); 184 int if_carrier(struct interface *, const void *); 185 bool if_roaming(struct interface *); [all …]
|
| H A D | ipv6.h | 178 struct interface *iface; 259 const struct in6_addr *, int, const struct interface *, int *); 260 int ipv6_makeaddr(struct in6_addr *, struct interface *, 267 void ipv6_markaddrsstale(struct interface *, unsigned int); 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 *); 290 int ipv6_addlinklocalcallback(struct interface *, void (*)(void *), void *); [all …]
|
| H A D | privsep-bpf.h | 38 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 D | ipv6nd.h | 56 struct interface *iface; 120 int ipv6nd_openif(struct interface *); 126 void ipv6nd_startrs(struct interface *); 127 ssize_t ipv6nd_env(FILE *, const struct interface *); 128 const struct ipv6_addr *ipv6nd_iffindaddr(const struct interface *ifp, 132 struct ipv6_addr *ipv6nd_iffindprefix(struct interface *, 134 ssize_t ipv6nd_free(struct interface *); 136 bool ipv6nd_hasralifetime(const struct interface *, bool); 138 bool ipv6nd_hasradhcp(const struct interface *, bool); 140 int ipv6nd_dadcompleted(const struct interface *); [all …]
|
| H A D | dhcp.h | 262 void dhcp_packet(struct interface *, uint8_t *, size_t, unsigned int); 266 uint16_t dhcp_get_mtu(const struct interface *); 267 int dhcp_get_routes(rb_tree_t *, struct interface *); 268 ssize_t dhcp_env(FILE *, const char *, const 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 *); [all …]
|
| H A D | ipv4.h | 88 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 D | dhcp6.h | 236 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 D | arp.h | 70 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 D | bpf.h | 58 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 D | dhcpcd.h | 73 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 D | ipv4ll.h | 64 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 D | privsep-inet.h | 42 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 D | ipv4ll.c | 61 ipv4ll_pickaddr(struct interface *ifp) in ipv4ll_pickaddr() 93 ipv4ll_subnetroute(rb_tree_t *routes, struct interface *ifp) in ipv4ll_subnetroute() 119 ipv4ll_defaultroute(rb_tree_t *routes, struct interface *ifp) in ipv4ll_defaultroute() 146 ipv4ll_env(FILE *fp, const char *prefix, const struct interface *ifp) in ipv4ll_env() 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() [all …]
|
| H A D | arp.c | 73 const struct interface *ifp = astate->iface; in arp_request() 151 struct interface *ifp; in arp_found() 209 arp_validate(const struct interface *ifp, struct arphdr *arp) in arp_validate() 237 arp_packet(struct interface *ifp, uint8_t *data, size_t len, in arp_packet() 241 const struct interface *ifn; in arp_packet() 338 struct interface *ifp = astate->iface; in arp_read() 379 struct interface *ifp = astate->iface; in arp_probe1() 411 arp_find(struct interface *ifp, const struct in_addr *addr) in arp_find() 444 struct interface *ifp = astate->iface; in arp_announce1() 485 struct interface *ifp; in arp_announce() [all …]
|
| H A D | ipv4.c | 123 ipv4_iffindaddr(struct interface *ifp, in ipv4_iffindaddr() 141 ipv4_iffindlladdr(struct interface *ifp) in ipv4_iffindlladdr() 157 ipv4_iffindmaskaddr(struct interface *ifp, const struct in_addr *addr) in ipv4_iffindmaskaddr() 174 ipv4_iffindmaskbrd(struct interface *ifp, const struct in_addr *addr) in ipv4_iffindmaskbrd() 193 struct interface *ifp; in ipv4_findaddr() 207 struct interface *ifp; in ipv4_findmaskaddr() 221 struct interface *ifp; in ipv4_findmaskbrd() 233 ipv4_hasaddr(const struct interface *ifp) in ipv4_hasaddr() 250 ipv4_ifcmp(const struct interface *si, const struct interface *ti) in ipv4_ifcmp() 284 inet_dhcproutes(rb_tree_t *routes, struct interface *ifp, bool *have_default) in inet_dhcproutes() [all …]
|
| /dflybsd-src/sbin/routed/ |
| H A D | defs.h | 179 struct interface *rts_ifp; 242 struct interface { struct 243 struct interface *int_next, **int_prev; argument 244 struct interface *int_ahash, **int_ahash_prev; argument 245 struct interface *int_bhash, **int_bhash_prev; argument 246 struct interface *int_rlink, **int_rlink_prev; argument 247 struct interface *int_nhash, **int_nhash_prev; argument 425 extern struct interface *rip_sock_mcast; /* current multicast interface */ 457 extern struct interface *ifnet; /* all interfaces */ 458 extern struct interface *remote_if; /* remote interfaces */ [all …]
|
| H A D | if.c | 36 struct interface *ifnet; /* all interfaces */ 45 struct interface *ahash_tbl[AHASH_LEN]; 49 struct interface *bhash_tbl[BHASH_LEN]; 51 struct interface *remote_if; /* remote interfaces */ 58 struct interface *nhash_tbl[NHASH_LEN]; 76 static struct interface** 92 if_link(struct interface *ifp) in if_link() 94 struct interface **hifp; in if_link() 139 struct interface * 144 struct interface *ifp, *possible = NULL; in ifwithaddr() [all …]
|
| /dflybsd-src/sbin/dhclient/ |
| H A D | dhclient-script | 27 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
|
| /dflybsd-src/sys/dev/netif/mii_layer/ |
| H A D | miidevs | 122 model xxALTIMA AC_UNKNOWN 0x0001 AC_UNKNOWN 10/100 media interface 123 model xxALTIMA AC101L 0x0012 AC101L 10/100 media interface 124 model xxALTIMA AC101 0x0021 AC101 10/100 media interface 126 model xxALTIMA Am79C875 0x0014 Am79C875 10/100 media interface 141 model xxAMD 79C873 0x0000 Am79C873 10/100 media interface 209 model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface 210 model DAVICOM DM9102 0x0004 DM9102 10/100 media interface 211 model DAVICOM DM9601 0x000c DM9601 10/100 media interface 214 model xxICS 1890 0x0002 ICS1890 10/100 media interface 217 model xxINTEL I82553AB 0x0000 i83553 10/100 media interface [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/ |
| H A D | dbus_new_helpers.c | 25 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() 81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() argument 100 interface, obj_dsc->user_data, &error)) { in get_all_properties() 147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() argument 154 return get_all_properties(message, interface, obj_dsc); in properties_get_all() 233 char *interface, in properties_get_or_set() argument 256 !os_strncmp(property_dsc->dbus_interface, interface, in properties_get_or_set() 264 interface, property, in properties_get_or_set() 286 char *interface; in properties_handler() local [all …]
|
| /dflybsd-src/contrib/dhcpcd/hooks/ |
| H A D | 10-wpa_supplicant | 1 # 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 D | dhcpcd-run-hooks | 5 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: $*"
|
| /dflybsd-src/contrib/lvm2/dist/libdm/ |
| H A D | Makefile.in | 34 $(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 D | Makefile | 34 $(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)
|