HomeSort by relevance Sort by last modified time
    Searched defs:protect (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Man.pm 267 # Protect leading quotes and periods against interpretation as commands. Also
268 # protect anything starting with a backslash, since it could expand or hide
271 sub protect { subroutine
509 # character at the beginning of each line to protect against commands, and
550 $self->output (protect $self->textmapfonts ($text));
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
mac_protect.c 44 ipnospoof_check_ips(mac_protect_t *protect, ipaddr_t ipaddr)
54 for (i = 0; i < protect->mp_ipaddrcnt; i++) {
55 if (protect->mp_ipaddrs[i] == ipaddr)
65 ipnospoof_check(mac_client_impl_t *mcip, mac_protect_t *protect,
95 if (!ipnospoof_check_ips(protect, ipha->ipha_src))
126 if (!ipnospoof_check_ips(protect, spaddr))
148 mac_protect_t *protect; local
163 protect = &mrp->mrp_protect;
164 types = protect->mp_types;
199 if ((err = ipnospoof_check(mcip, protect,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
events.c 54 dladm_bridge_prot_t protect = DLADM_BRIDGE_PROT_STP; variable
473 protect != DLADM_BRIDGE_PROT_STP)
516 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP) {
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 76 static void protect(TREE *);
148 protect(tp);
159 protect(tp);
207 protect(tp);
210 protect(tp);
215 protect(tp);
218 protect(tp);
231 protect(tp);
244 protect(Bottom);
260 protect(tmp)
1404 protect(TREE *tp) function
    [all...]

Completed in 3599 milliseconds