Searched refs:interface (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.h2 * hostapd / UNIX domain socket -based control interface
15 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface);
16 void hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface);
28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) argument
34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) argument
H A Dwired.conf7 interface=eth0
/freebsd-current/contrib/kyua/engine/
H A Dscheduler_fwd.hpp49 class interface;
/freebsd-current/contrib/wireguard-tools/
H A Dipc.h14 int ipc_get_device(struct wgdevice **dev, const char *interface);
/freebsd-current/share/examples/jails/
H A Djail.xxx.conf15 vnet.interface = "ng0_xxx"; # vnet interface(s)
16 exec.prestart += "jng bridge xxx em0"; # bridge interface(s)
17 exec.poststop += "jng shutdown xxx"; # destroy interface(s)
19 #vnet.interface = "e0b_xxx"; # vnet interface(s)
20 #exec.prestart += "jib addm xxx em0"; # bridge interface(s)
21 #exec.poststop += "jib destroy xxx"; # destroy interface(s)
/freebsd-current/usr.sbin/bsdconfig/networking/
H A Ddevices82 f_dialog_menutag_fetch interface
83 defaultitem="$interface"
87 # device name if the interface is active. Remove the asterisk
90 case "$interface" in
91 *\*) interface="${interface%?}" ;;
95 # Obtain initial interface settings to be configured. These will be
107 _ifconfig=$( f_sysrc_get ifconfig_$interface )
145 [ "$_ipaddr" ] || f_ifconfig_inet $interface _ipaddr
146 [ "$_netmask" ] || f_ifconfig_netmask $interface _netmas
[all...]
/freebsd-current/sbin/dhclient/
H A Ddhclient-script40 $LOGGER "New Hostname ($interface): $new_host_name"
44 $LOGGER "New Hostname ($interface): $new_host_name"
50 arp -an -i $interface | \
56 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
60 eval "$IFCONFIG $interface \
66 $LOGGER "New IP Address ($interface): $new_ip_address"
67 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
68 $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
69 $LOGGER "New Routers ($interface): $new_routers"
74 $IFCONFIG $interface ine
[all...]
H A Dbpf.c3 /* BPF socket interface code, originally contributed by Archie Cobbs. */
64 * Called by get_interface_list for each interface that's discovered.
65 * Opens a packet filter for each interface and adds it to the select
87 /* Set the BPF device to point at this interface. */
89 error("Can't attach interface %s to bpf device %s: %m",
96 error( "Can't set the VLAN PCP tag on interface %s: %m",
149 /* Open a BPF device and hang it on this interface... */
262 /* Open a BPF device and hang it on this interface... */
339 send_packet_priv(struct interface_info *interface, struct imsg_hdr *hdr, int fd) argument
364 assemble_hw_header(interface, bu
397 receive_packet(struct interface_info *interface, unsigned char *buf, size_t len, struct sockaddr_in *from, struct hardware *hfrom) argument
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf9 # The interface that udhcpd will use
11 interface wlan2 #default: eth0
/freebsd-current/libexec/rc/rc.d/
H A Dresolv47 interface="`/bin/kenv boot.netif.name`"
57 ) | /sbin/resolvconf -a ${interface}:dhcp4
/freebsd-current/sbin/natd/samples/
H A Dnatd.test13 ./natd -port 32000 -interface $1 -verbose
/freebsd-current/share/examples/ipfilter/l4check/
H A Dl4check.conf7 interface nf0 192.168.1.1,2100
/freebsd-current/stand/efi/libefi/
H A Dlibefi.c52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) argument
54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL,
/freebsd-current/tools/tools/mctest/
H A Dmctest_run.sh11 interface="cxgb0"
64 output=$host\_$interface\_$size\_$number\.$now
/freebsd-current/usr.sbin/mlxcontrol/
H A DMakefile4 SRCS= command.c config.c interface.c util.c
/freebsd-current/contrib/unbound/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.conf4 interface: 127.0.0.1
22 control-interface: 127.0.0.1
23 # control-interface: ::1
/freebsd-current/contrib/unbound/testdata/stat_values.tdir/
H A Dstat_values_downstream_cookies.conf5 interface: 127.0.0.1
26 control-interface: 127.0.0.1
27 # control-interface: ::1
H A Dstat_values_cachedb.conf6 interface: 127.0.0.1
24 control-interface: 127.0.0.1
25 # control-interface: ::1
/freebsd-current/contrib/unbound/testdata/cachedb_no_store.tdir/
H A Dcachedb_no_store.conf3 interface: 127.0.0.1
24 control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
/freebsd-current/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.conf4 interface: 127.0.0.1
18 control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
/freebsd-current/contrib/unbound/testdata/rpz_reload.tdir/
H A Drpz_reload.conf4 interface: 127.0.0.1
16 control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
/freebsd-current/sys/netlink/
H A Dnetlink_route.h39 #include <netlink/route/interface.h>
/freebsd-current/sbin/routed/
H A Ddefs.h108 #define CHECK_BAD_INTERVAL 5 /* when an interface is known bad */
162 # define RS_IF 0x001 /* for network interface */
174 struct interface *rts_ifp;
201 * not unbroken interface routes
234 /* An "interface" is similar to a kernel ifnet structure, except it also
237 struct interface { struct
238 LIST_ENTRY(interface) int_list;
239 LIST_ENTRY(interface) remote_list;
240 struct interface *int_ahash, **int_ahash_prev;
241 struct interface *int_bhas
[all...]
/freebsd-current/tools/tools/mcgrab/
H A Dmcgrab.cc62 cout << "mcgrab -i interface -g multicast group -n number of groups\n";
83 // @param interface ///< text name of the interface (em0 etc.)
89 void grab(char *interface, struct in_addr *group, int number, int block) { argument
112 strncpy(ifreq.ifr_name, interface, IFNAMSIZ);
114 perror("no such interface");
133 perror("failed to bind interface");
151 // \param -i interface on which we're holding the address
160 char* interface = 0; ///< Name of the interface local
[all...]
/freebsd-current/tools/tools/ether_reflect/
H A Dether_reflect.c30 * out the same interface with their destination and source mac
52 printf("usage: ether_reflect -i interface -e ethertype "
64 char *interface = NULL; local
84 interface = optarg;
103 if (interface == NULL)
104 usage("You must specify an interface");
109 if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout,
115 if (pcap_lookupnet(interface, &localnet, &netmask, errbuf) < 0)

Completed in 348 milliseconds

123456