Searched defs:under (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t54 @EXPORT_OK = qw(under &your $seat);
68 sub under { 'under' } subroutine
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c11 * and limitations under the License.
690 * under. We use "/dev/udp" instead of "/dev/ip" since STREAMS will not let
691 * you PLINK a driver under itself, and "/dev/ip" is typically the driver at
1979 ipadm_ifname_t *under; local
1986 under = list_head(&ifp->ifi_unders);
1987 for (; under != NULL;
1988 under = list_next(&ifp->ifi_unders, under)) {
1990 under->ifn_name,
2031 * which can only unplumb one of IPv4/IPv6 at any time fall under
[all...]

Completed in 31 milliseconds