Searched refs:ips (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/sys/modules/ips/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/ips
4 KMOD = ips
5 SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
11 CWARNFLAGS.ips.c= ${NO_WSOMETIMES_UNINITIALIZED}
/freebsd-10-stable/tools/tools/crypto/
H A Dipsecstats.c87 struct ipsecstat ips; local
93 slen = sizeof (ips);
94 if (sysctlbyname("net.inet.ipsec.ipsecstats", &ips, &slen, NULL, NULL) < 0)
161 if (ips.ips_in_polvio+ips.ips_out_polvio)
163 (uintmax_t)ips.ips_in_polvio,
164 (uintmax_t)ips.ips_out_polvio);
165 STAT(ips.ips_out_nosa, "no SA found %ju (output)");
166 STAT(ips.ips_out_nomem, "no memory available %ju (output)");
167 STAT(ips
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_sync.c372 /* ips(IO) - pointer to data to be converted. */
378 ipf_sync_storder(way, ips)
380 ipstate_t *ips;
382 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]);
383 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]);
386 ips->is_hv = htonl(ips->is_hv);
387 ips->is_die = htonl(ips->is_die);
388 ips
1179 ipstate_t *ips; local
[all...]
H A Dip_htable.c1190 u_32_t msk, ips; local
1198 ips = addr->s_addr & msk;
1199 hv = IPE_V4_HASH_FN(ips, msk, iph->iph_size);
1203 (ipe->ipe_addr.in4_addr != ips)) {
1397 i6addr_t *msk, ips; local
1405 ips.i6[0] = addr->i6[0] & msk->i6[0];
1406 ips.i6[1] = addr->i6[1] & msk->i6[1];
1407 ips.i6[2] = addr->i6[2] & msk->i6[2];
1408 ips.i6[3] = addr->i6[3] & msk->i6[3];
1409 hv = IPE_V6_HASH_FN(ips
[all...]
H A Dip_state.c864 ipstate_save_t ips; local
867 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE);
872 isn = ips.ips_next;
876 if (ips.ips_next == NULL) {
898 ips.ips_next = isn->is_next;
899 bcopy((char *)isn, (char *)&ips.ips_is, sizeof(ips.ips_is));
900 ips.ips_rule = isn->is_rule;
902 bcopy((char *)isn->is_rule, (char *)&ips.ips_fr,
903 sizeof(ips
929 ipstate_save_t ips; local
1387 ipstate_t *is, ips; local
5388 ipstate_t *ips; local
[all...]
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipfs.c106 ipstate_save_t ips; local
116 if (nlen >= sizeof(ips.ips_is.is_ifname) ||
117 olen >= sizeof(ips.ips_is.is_ifname))
126 for (pos = 0; read(fd, &ips, sizeof(ips)) == sizeof(ips); ) {
128 if (!strncmp(ips.ips_is.is_ifname[0], ifs, olen + 1)) {
129 strcpy(ips.ips_is.is_ifname[0], s);
132 if (!strncmp(ips.ips_is.is_ifname[1], ifs, olen + 1)) {
133 strcpy(ips
396 ipstate_save_t ips, *ipsp; local
448 ipstate_save_t ips, *is, *ipshead = NULL, *is1, *ipstail = NULL; local
[all...]
H A Dipfstat.c1108 ipstate_t ips; local
1110 is = fetchstate(is, &ips);
1115 is = ips.is_next;
1117 (state_matcharray(&ips, filter) == 0)) {
1122 printstatefield(&ips, state_fields[i].w_value);
1128 printstate(&ips, opts, ipsp->iss_ticks);
1319 ipstate_t ips; local
1370 for (; ipsstp->iss_list; ipsstp->iss_list = ips.is_next) {
1372 ipsstp->iss_list = fetchstate(ipsstp->iss_list, &ips);
1376 if (ips
[all...]
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dipsdr.c186 ipsd_t ipsd, *ips = &ipsd; local
198 if (read(fd, ips, sizeof(*ips)) != sizeof(*ips))
200 sz = ips->sd_sz * sizeof(*hp);
204 for (i = 0; i < ips->sd_cnt; i++)
205 detect(hp[i].sh_ip, ips->sd_port, hp[i].sh_date);
269 ipsd_t *ips; local
279 ips = iphits[i];
280 for (j = 0; j < ips
[all...]
H A Dipsd.c184 ipsd_t **ipsd, *ips; local
191 ips = *ipsd;
192 if (ips->sd_cnt) {
193 write(fd, ips, sizeof(ipsd_t));
194 write(fd, ips->sd_hit, sizeof(sdhit_t) * ips->sd_sz);
/freebsd-10-stable/usr.bin/pr/
H A Dpr.c182 int ips; local
248 ips = 0;
272 if (otln(obuf,cnt+off, &ips, &ops, mor))
274 } else if (otln(lbuf, cnt, &ips, &ops, mor))
291 ips = 0;
352 int ips = 0; local
547 ips = 0;
550 otln(buf,offst,&ips,&ops,1))
574 if (otln(vc[tvc].pt, cnt, &ips,
584 if (otln(buf, 0, &ips,
672 int ips = 0; local
824 int ips = 0; local
1134 int ips; /* last col in buf examined */ local
1455 int ips = 0; local
[all...]
/freebsd-10-stable/sys/dev/ips/
H A Dips_ioctl.c31 #include <dev/ips/ipsreg.h>
32 #include <dev/ips/ips.h>
33 #include <dev/ips/ips_ioctl.h>
125 msleep(ioctl_cmd, &sc->queue_mtx, 0, "ips", hz/10);
H A Dips_pci.c32 #include <dev/ips/ipsreg.h>
33 #include <dev/ips/ips.h>
227 "ips",
233 DRIVER_MODULE(ips, pci, ips_pci_driver, ips_devclass, 0, 0);
H A Dips_disk.c31 #include <dev/ips/ipsreg.h>
32 #include <dev/ips/ips.h>
33 #include <dev/ips/ips_disk.h>
64 DRIVER_MODULE(ipsd, ips, ipsd_driver, ipsd_devclass, 0, 0);
H A Dips.c31 #include <dev/ips/ipsreg.h>
32 #include <dev/ips/ips.h>
48 .d_name = "ips",
100 PRINTF(10, "ips: in ips_cmd_dmaload\n");
136 /* places all ips command structs on the free command queue. No locking as if someone else tries
218 panic("ips: command returned non-zero semaphore");
417 S_IRUSR | S_IWUSR, "ips%d", device_get_unit(sc->dev));
718 PRINTF(9, "ips: got command %d\n", cmdnumber);
749 printf("ips
[all...]
H A Dips_commands.c31 #include <dev/ips/ipsreg.h>
32 #include <dev/ips/ips.h>
66 printf("ips: io error, status= 0x%x\n", command->status.value);
84 printf("ips: error = %d in ips_sg_request_callback\n", error);
131 PRINTF(10, "ips test: command id: %d segments: %d "
144 PRINTF(10, "ips test: : bcount %ld\n", iobuf->bio_bcount);
180 printf("ips: error = %d in ips_get_adapter_info\n", error);
224 printf("ips: can't alloc dma tag for adapter status\n");
281 printf("ips
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_cisco.c287 struct in_addr *ips; local
290 2 * sizeof(*ips), M_NOWAIT);
295 ips = (struct in_addr *) resp->data;
296 ips[0] = sc->localip;
297 ips[1] = sc->localmask;
303 struct in_addr *const ips = (struct in_addr *)msg->data; local
305 if (msg->header.arglen < 2 * sizeof(*ips)) {
309 sc->localip = ips[0];
310 sc->localmask = ips[1];
H A Dng_iface.c697 struct ng_cisco_ipaddr *ips; local
701 NG_MKRESPONSE(resp, msg, sizeof(ips), M_NOWAIT);
706 ips = (struct ng_cisco_ipaddr *)resp->data;
707 ips->ipaddr = ((struct sockaddr_in *)
709 ips->netmask = ((struct sockaddr_in *)
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_request.c716 struct info_peer_summary * ips; local
722 ips = (struct info_peer_summary *)prepare_pkt(srcadr, inter, inpkt,
724 for (pp = peer_list; pp != NULL && ips != NULL; pp = pp->p_link) {
733 ips->srcadr6 = SOCK_ADDR6(&pp->srcadr);
734 ips->v6_flag = 1;
736 ips->dstadr6 = SOCK_ADDR6(&pp->dstadr->sin);
738 ZERO(ips->dstadr6);
740 ips->srcadr = NSRCADR(&pp->srcadr);
742 ips->v6_flag = 0;
746 ips
[all...]
/freebsd-10-stable/sys/ia64/conf/
H A DGENERIC98 device ips # IBM (Adaptec) ServeRAID
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3671 evdns_nameserver_ip_add_line(struct evdns_base *base, const char *ips) { argument
3676 while (*ips) {
3677 while (isspace(*ips) || *ips == ',' || *ips == '\t')
3678 ++ips;
3679 addr = ips;
3680 while (isdigit(*ips) || *ips == '.' || *ips
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_device.c692 struct usb_idesc_parse_state ips; local
752 memset(&ips, 0, sizeof(ips));
757 while ((id = usb_idesc_foreach(udev->cdesc, &ips))) {
759 iface = udev->ifaces + ips.iface_index;
765 (iface_index != ips.iface_index)) {
768 } else if (alt_index != ips.iface_index_alt) {
779 if (ips.iface_index_alt == 0) {
821 ips.iface_index, ed, ecomp, ep);
835 udev->ifaces_max = ips
[all...]
/freebsd-10-stable/release/doc/share/misc/
H A Ddev.archlist.txt83 ips i386,amd64
/freebsd-10-stable/sys/modules/
H A DMakefile627 _ips= ips
738 _ips= ips
862 _ips= ips
/freebsd-10-stable/sys/dev/oce/
H A Doce_if.c1903 uint32_t ips = 0; local
1926 ips = (uint32_t)(eqo->intr - aic->intr_prev) / tps;
1928 if (ips > INTR_RATE_HWM)
1930 else if (ips < INTR_RATE_LWM)
/freebsd-10-stable/contrib/ipfilter/
H A Dip_fil_compat.c3037 ipstate_save_t *ips = (ipstate_save_t *)current; local
3039 old->ips_next = ips->ips_next;
3040 ipstate_current_to_4_1_0(&ips->ips_is, &old->ips_is);
3041 frentry_current_to_4_1_16(&ips->ips_fr, &old->ips_fr);
3050 ipstate_save_t *ips = (ipstate_save_t *)current; local
3052 old->ips_next = ips->ips_next;
3053 ipstate_current_to_4_1_0(&ips->ips_is, &old->ips_is);
3054 frentry_current_to_4_1_0(&ips->ips_fr, &old->ips_fr);

Completed in 480 milliseconds

12