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

/freebsd-11-stable/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-11-stable/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-11-stable/sys/netipsec/
H A Dxform_tcp.c133 struct ippseudo ipp; local
137 ipp.ippseudo_src.s_addr = ip->ip_src.s_addr;
138 ipp.ippseudo_dst.s_addr = ip->ip_dst.s_addr;
139 ipp.ippseudo_p = IPPROTO_TCP;
140 ipp.ippseudo_pad = 0;
141 ipp.ippseudo_len = htons(m->m_pkthdr.len - (ip->ip_hl << 2));
142 MD5Update(ctx, (char *)&ipp, sizeof(ipp));
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y94 } ipp;
113 %type <ipp> addr ipaddr
2701 struct ipp_s *ipp = ptr;
2704 if (f->fr_family != AF_UNSPEC && ipp->f == AF_UNSPEC) {
2705 ipp->f = f->fr_family;
2706 ipp->v = f->fr_ip.fi_v;
2708 if (ipp->f == AF_INET)
2709 ipp->v = 4;
2710 else if (ipp->f == AF_INET6)
2711 ipp
[all...]
H A Dippool_y.y65 ip_pool_node_t *ipp;
85 %type <ipp> ipftree range addrlist
H A Dipnat_y.y95 } ipp;
119 %type <ipp> addr rhsaddr rhdaddr erhdaddr
/freebsd-11-stable/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-11-stable/sbin/dhclient/
H A Ddhclient.c579 state_reboot(void *ipp) argument
581 struct interface_info *ip = ipp;
616 state_init(void *ipp) argument
618 struct interface_info *ip = ipp;
641 state_selecting(void *ipp) argument
643 struct interface_info *ip = ipp;
889 state_bound(void *ipp) argument
891 struct interface_info *ip = ipp;
1224 send_discover(void *ipp) argument
1226 struct interface_info *ip = ipp;
1324 state_panic(void *ipp) argument
1417 send_request(void *ipp) argument
1544 send_decline(void *ipp) argument
[all...]
H A Dclparse.c618 struct interface_info **ipp)
636 *ipp = ip;
617 parse_client_lease_declaration(FILE *cfile, struct client_lease *lease, struct interface_info **ipp) argument

Completed in 133 milliseconds