Searched refs:interface (Results 126 - 150 of 177) sorted by relevance

12345678

/freebsd-9.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh81 interface.
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dsap_input.c53 struct interface *ifp = 0;
H A Dinput.c76 struct interface *ifp = 0;
185 "request arrived on interface %s\n",
206 /* Update timer for interface on which the packet arrived.
H A Dsap_tables.c115 * suitable service is found or if that service is on the interface
124 sap_nearestserver(ushort ServType, struct interface *ifp)
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h109 #undef interface macro
118 unsigned int ipi6_ifindex; /* send/recv interface index */
/freebsd-9.3-release/share/examples/netgraph/
H A Dvirtual.chain135 # interface names and jail names. All bridges, interfaces and jails
165 # create an interface for peer with the given peer IP. Get interface
166 # for future use; you will connect this interface to the other
167 # peers' (PEER2) interface.
171 # create an interface for peer with the given peer IP. Get interface
172 # for future use; you will connect this interface to the other
173 # peers' (PEER2) interface.
177 # Connect virtual interface t
[all...]
H A Dvirtual.lan21 # address of the physical interface will not be seen in the output.
30 # to define your real interface connected to the LAN. Virtual nodes
31 # will placed on the same physical network as this interface.
81 # Give the name of ethernet interface. Virtual nodes will be seen as
82 # local neighbours of this interface.
131 # interface names and jail names. All bridges, interfaces and jails
139 echo -n "Verifying ethernet interface existence..."
140 # Verify ethernet interface exist.
142 echo "Error: interface ${ETHER_INTF} does not exist"
153 # Create new ng_bridge(4) node and attach it to the ethernet interface
[all...]
/freebsd-9.3-release/sys/dev/xen/xenpci/
H A Dxenpci.c49 #include <xen/interface/memory.h>
50 #include <xen/interface/hvm/params.h>
435 /* Device interface */
442 /* Bus interface */
/freebsd-9.3-release/sbin/routed/
H A Doutput.c55 struct interface *ifp; /* usually output interface */
57 char metric; /* adjust metrics by interface */
99 struct interface *ifp,
211 find_auth(struct interface *ifp)
462 * except about our main interface.
571 * advertising back to the same network and so via the same interface.
585 * Do not suppress advertisements of interface-related addresses on
643 * would have been less than infinity through this interface,
667 struct interface *if
[all...]
H A Dtable.c412 * except when the route is for an interface.
825 struct interface *ifp)
888 struct interface *ifp;
938 * so delete it if it came via an unknown interface
939 * or the interface does not have special permission.
948 ifp ? ifp->int_name : "unknown interface");
955 ifp ? ifp->int_name : "unknown interface");
972 * Find the interface toward the gateway.
1004 * useful. If it is not already useful, but it specifies an interface,
1012 struct interface *if
[all...]
H A Dparms.c55 get_parms(struct interface *ifp)
161 * A passive interface can also be local, hardware interface exempt
172 struct interface *ifp;
323 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()");
558 /* Parse a set of parameters for an interface.
669 * consistency with the interface name parameters.
905 return ("conflicting interface input "
912 return ("conflicting interface output "
H A Dtrace.c629 struct interface *ifp)
635 (void)fprintf(ftrace, "%-3s interface %-4s ", act, ifp->int_name);
864 struct interface *ifp;
880 struct interface *ifp,
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY173 only 2 out of 4 interface names were being changed by ipfs when
174 interface renaming was being used for state entries
199 fix NAT and stateful filtering with to/reply-to on destination interface
227 listing accounting rules using ioctl interface wasn't possible
233 fix problems with parsing and printing "-" as an interface name in ipnat.conf
339 #ifdef's for NetBSD compile incorrect for pfil interface
402 register for interface events on FreeBSD (>5.2.1) and NetBSD so that
403 "ipf -y" is not not requried to tell ipfilter about interface changes.
431 use the spl interface.
440 fix a bug in printing rules where interface name
[all...]
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c264 * the interface?
476 /* set up the interface */
513 fprintf(stderr, "[-c conffile] [-l leasefile] interface\n");
531 * Several per-interface variables are used to keep track of the process:
532 * active_lease: the lease that is being used on the interface
566 /* Make a DHCPREQUEST packet, and set appropriate per-interface
591 /* Make a DHCPDISCOVER packet, and set appropriate per-interface
701 struct interface_info *ip = packet->interface;
706 if (packet->interface->client->xid != packet->raw->xid ||
707 (packet->interface
[all...]
H A Ddhcpd.h109 struct interface_info *interface; member in struct:packet
/freebsd-9.3-release/usr.bin/netstat/
H A Dmain.c355 char *interface; /* desired i/f for stats, or NULL for all i/fs */ variable
439 for (cp = interface = optarg; isalpha(*cp); cp++)
546 bpf_stats(interface);
653 * If the interface was not specifically requested, and the symbol
670 printf("%s: no per-interface stats routine\n",
824 " netstat -i | -I interface [-46abdhnW] [-f address_family]\n"
826 " netstat -w wait [-I interface] [-46d] [-M core] [-N system] [-q howmany]",
829 " netstat -i | -I interface [-46s] [-f protocol_family | -p protocol]\n"
832 " netstat -B [-I interface]",
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp.h167 * The interface structure is used to hold the addresses and socket
169 * Because "interface" is a reserved word in C++ and has so many
171 * Eventually the struct tag will change from interface to endpt_tag.
174 typedef struct interface endpt;
175 struct interface { struct
185 char name[32]; /* name of interface */
188 u_int32 flags; /* interface flags */
206 #define INT_PPP 0x002 /* Point-to-point interface */
207 #define INT_LOOPBACK 0x004 /* the loopback interface */
208 #define INT_BROADCAST 0x008 /* can broadcast out this interface */
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dclient.h32 * on a given network interface.
36 * typically created to serve each network interface, e.g., one
138 ns_interface_t *interface; member in struct:ns_client
275 * Create up to 'n' clients listening on interface 'ifp'.
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxen-os.h23 #include <xen/interface/xen.h>
/freebsd-9.3-release/sys/i386/xen/
H A Dlocore.s58 #include <xen/interface/elfnote.h>
/freebsd-9.3-release/etc/rc.d/
H A Djail131 debug "$_j interface: $_interface"
393 # Check if we have an interface prefix given and split into
405 # In case the IP has no interface given, check if we have a global one.
412 # Theoretically we can return here if interface is not set,
449 # list of addresses (theoretically with an option interface and
505 # Configure interface alias if requested by a given interface
532 # If an interface is given also add/remove an alias for the
/freebsd-9.3-release/sys/dev/xen/console/
H A Dconsole.c26 #include <xen/interface/io/console.h>
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Dsnprintf.c52 #include <interface.h>
/freebsd-9.3-release/lib/libusb/
H A Dlibusb20_desc.c151 lub_config->interface = lub_interface;
187 /* new interface */
206 * Sometimes USB devices have corrupt interface
208 * interface number!
H A Dlibusb20_desc.h311 * interface specifies its own class information and all
472 * interface */
475 /** Select an alternate interface for the specified interface */
574 struct libusb20_interface *interface; member in struct:libusb20_config

Completed in 483 milliseconds

12345678