Searched refs:ipp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintpool.c21 ip_pool_t ipp; local
23 if ((*copyfunc)(pp, &ipp, sizeof(ipp)))
26 if ((name != NULL) && strncmp(name, ipp.ipo_name, FR_GROUPLEN))
27 return ipp.ipo_next;
29 printpooldata(&ipp, opts);
31 if ((ipp.ipo_flags & IPOOL_DELETE) != 0)
36 ipnpn = ipp.ipo_list;
37 ipp.ipo_list = NULL;
38 pnext = &ipp
[all...]
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_ipc.c252 cvt_iperm2perm(ipp, pp)
253 struct ibcs2_ipc_perm *ipp;
256 pp->uid = ipp->uid;
257 pp->gid = ipp->gid;
258 pp->cuid = ipp->cuid;
259 pp->cgid = ipp->cgid;
260 pp->mode = ipp->mode;
261 pp->seq = ipp->seq;
262 pp->key = ipp->key;
266 cvt_perm2iperm(pp, ipp)
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipf_y.y93 } ipp;
112 %type <ipp> addr ipaddr
2686 struct ipp_s *ipp = ptr;
2689 if (f->fr_family != AF_UNSPEC && ipp->f == AF_UNSPEC) {
2690 ipp->f = f->fr_family;
2691 ipp->v = f->fr_ip.fi_v;
2693 if (ipp->f == AF_INET)
2694 ipp->v = 4;
2695 else if (ipp->f == AF_INET6)
2696 ipp
[all...]
H A Dippool_y.y70 ip_pool_node_t *ipp;
90 %type <ipp> ipftree range addrlist
H A Dipnat_y.y107 } ipp;
131 %type <ipp> addr rhsaddr rhdaddr erhdaddr
/freebsd-10.0-release/contrib/ipfilter/l4check/
H A Dl4check.c404 int gethostport(str, lnum, ipp, portp)
407 u_32_t *ipp;
422 *ipp = ip.s_addr;
425 *ipp = inet_addr(host);
433 *ipp = *(u_32_t *)hp->h_addr;
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient.c573 state_reboot(void *ipp) argument
575 struct interface_info *ip = ipp;
610 state_init(void *ipp) argument
612 struct interface_info *ip = ipp;
635 state_selecting(void *ipp) argument
637 struct interface_info *ip = ipp;
845 state_bound(void *ipp) argument
847 struct interface_info *ip = ipp;
1171 send_discover(void *ipp) argument
1173 struct interface_info *ip = ipp;
1271 state_panic(void *ipp) argument
1364 send_request(void *ipp) argument
1490 send_decline(void *ipp) argument
[all...]
H A Dclparse.c615 struct interface_info **ipp)
633 *ipp = ip;
614 parse_client_lease_declaration(FILE *cfile, struct client_lease *lease, struct interface_info **ipp) argument
/freebsd-10.0-release/etc/
H A Dservices1162 ipp 631/tcp #IPP (Internet Printing Protocol)
1163 ipp 631/udp #IPP (Internet Printing Protocol)

Completed in 150 milliseconds