Searched refs:ipd (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/ipd/
H A DMakefile19 MODULE = ipd
23 CONF_SRCDIR = $(UTSBASE)/common/inet/ipd
/illumos-gate/usr/src/uts/sparc/ipd/
H A DMakefile20 MODULE = ipd
24 CONF_SRCDIR = $(UTSBASE)/common/inet/ipd
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipdrop.c216 ip_drop_register(ipdropper_t *ipd, char *name) argument
218 if (ipd->ipd_name != NULL) {
221 name, ipd->ipd_name);
226 ipd->ipd_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
227 (void) strcpy(ipd->ipd_name, name);
234 ip_drop_unregister(ipdropper_t *ipd) argument
236 if (ipd->ipd_name == NULL) {
239 (void *)ipd);
242 kmem_free(ipd->ipd_name, strlen(ipd
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd395 unless $intf =~ /^ipd([0-9]+|ptp[0-9]+|ptp\*)$/;
398 if $intf =~ /^ipd[0-9]+$/ && !defined($$options{"peer_ip_address"});
456 unless $word =~ /^ipd([0-9]+|ptp[0-9]+)$/;
672 if ($$opts{interface} =~ /^ipd[0-9]+$/) {
674 } elsif ($$opts{interface} =~ /^ipd(|ptp)([0-9]+)$/) {
748 if ($intf =~ /ipd[0-9]+/) {
963 if $intf =~ /^ipd[0-9]+$/;
/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.c28 #include <sys/ipd.h>
70 return ("zone does not exist or is not using ipd");
138 "unable to retrieve ipd zone list: %s", strerror(errno)));
153 "unable to retrieve ipd zone list: %s",
232 "zone %d does not exist or has no ipd configuration", z));
270 "unable to remove cleared ipd settings: %s",
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c16 * ipd: Internet packet disturber
18 * The purpose of ipd is to simulate congested and lossy networks when they
25 * 1. ipd's operations and restrictions
27 * ipd currently has facilities to cause IP traffic to be:
35 * Enabling ipd on a given zone causes pfhooks to be installed for that zone's
36 * netstack. Because of the nature of ipd, it currently only supports exclusive
38 * administrative access. ipd can be enabled for the global zone, but doing so
43 * ipd consists of a few components. There is a per netstack data structure that
46 * accessed for control of ipd via ioctls. The following diagram touches on the
47 * data structures that are used throughout ipd
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile291 ipd.h \
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c935 ipadm_prop_desc_t *ipd, char *buf, uint_t *bufsize, uint_t proto,
934 i_ipadm_get_usesrc(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *ipd, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument

Completed in 110 milliseconds