Searched refs:ic (Results 1 - 25 of 239) sorted by last modified time

12345678910

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c1381 struct icmp *ic; local
1448 ic = NULL;
1519 ic = fin->fin_dp;
1521 switch (ic->icmp_type)
1524 hv += (is->is_icmp.ici_id = ic->icmp_id);
1530 is->is_icmp.ici_type = ic->icmp_type;
1539 ic = fin->fin_dp;
1541 switch (ic->icmp_type)
1547 is->is_icmp.ici_type = ic->icmp_type;
1548 hv += (is->is_icmp.ici_id = ic
2683 struct icmp *ic; local
3040 struct icmp *ic; local
4461 icmpinfo_t *ic; local
[all...]
H A Dfil.c4368 /* Returns: int - 1 if "icmp" is a valid reply to "ic" else 0. */
4370 /* ic(I) - ICMP information */
4375 /* reply to one as described by what's in ic. If it is a match, return 1, */
4379 ipf_matchicmpqueryreply(v, ic, icmp, rev)
4381 icmpinfo_t *ic;
4387 ictype = ic->ici_type;
4398 if (icmp->icmp_id == ic->ici_id)
4408 if (icmp->icmp_id == ic->ici_id)
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c214172 int ip; int ic; int io; local
214444 int ic = 0; local
214552 int ip, ic, io; local
214772 int ip; int ic; int io; local
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1049 struct icmp *ic; local
1247 ic = (struct icmp *)((char *)ip + hl);
1252 icmpname6(ic->icmp_type, ic->icmp_code));
1255 ic = (struct icmp *)((char *)ip + hl);
1260 icmpname(ic->icmp_type, ic->icmp_code));
1261 if (ic->icmp_type == ICMP_UNREACH ||
1262 ic->icmp_type == ICMP_SOURCEQUENCH ||
1263 ic
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_tx.c171 struct icmp icmp, *ic = &icmp; local
177 bzero((char *)ip, MAX(sizeof(*tcp), sizeof(*ic)) + sizeof(*ip));
179 bzero((char *)ic, sizeof(*ic));
307 ic->icmp_type = geticmptype(AF_INET, *cpp);
309 ic->icmp_code = atoi(t + 1);
312 if (ic->icmp_type == ICMP_ECHO ||
313 ic->icmp_type == ICMP_ECHOREPLY)
314 ic->icmp_id = htons(getpid());
334 bcopy((char *)ic, ((cha
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsend.c78 struct icmp *ic; local
82 ip->ip_len += sizeof(*ic);
83 ic = (struct icmp *)(ip + 1);
84 bzero((char *)ic, sizeof(*ic));
91 ic->icmp_type = atoi(args);
92 ic->icmp_code = atoi(s);
93 if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ','))
99 if (resolve(t, (char *)&ic->icmp_gwaddr) == -1)
106 if (resolve(t, (char *)&ic
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h384 #define USB_IFACE_CLASS(ic) \
385 .match_flag_int_class = 1, .bInterfaceClass = (ic)
/freebsd-11-stable/sys/x86/x86/
H A Dintr_machdep.c64 #include <dev/ic/i8259.h>
/freebsd-11-stable/sys/x86/isa/
H A Datpic.c52 #include <dev/ic/i8259.h>
/freebsd-11-stable/sys/dev/rc/
H A Drc.c55 #include <dev/ic/cd180.h>
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_ns8250.c59 #include <dev/ic/ns16550.h>
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c122 uint16_t nc, ic; local
129 ic = 0;
130 indir_count = &ic;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c2401 register struct info_control *ic; local
2403 ic = (struct info_control *)prepare_pkt(srcadr, inter, inpkt,
2406 ic->ctltimereset = htonl((u_int32)(current_time - ctltimereset));
2407 ic->numctlreq = htonl((u_int32)numctlreq);
2408 ic->numctlbadpkts = htonl((u_int32)numctlbadpkts);
2409 ic->numctlresponses = htonl((u_int32)numctlresponses);
2410 ic->numctlfrags = htonl((u_int32)numctlfrags);
2411 ic->numctlerrors = htonl((u_int32)numctlerrors);
2412 ic->numctltooshort = htonl((u_int32)numctltooshort);
2413 ic
2493 register struct info_clock *ic; local
2641 register struct info_clkbug *ic; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1917 struct ipfw_ifc ic; member in struct:ifentry
2141 ipfw_iface_del_notify(ch, &ife->ic);
2142 ipfw_iface_unref(ch, &ife->ic);
2208 ife->ic.cb = if_notifier;
2209 ife->ic.cbdata = ife;
2211 if (ipfw_iface_ref(ch, ifname, &ife->ic) != 0) {
2217 ife->no.name = ife->ic.iface->ifname;
2255 iif = tmp->ic.iface;
2275 ipfw_iface_add_notify(icfg->ch, &ife->ic);
2332 ifindex = ife->ic
[all...]
/freebsd-11-stable/contrib/serf/
H A Dincoming.c103 serf_incoming_t *ic = apr_palloc(pool, sizeof(*ic)); local
105 ic->ctx = ctx;
106 ic->baton.type = SERF_IO_CLIENT;
107 ic->baton.u.client = ic;
108 ic->request_baton = request_baton;
109 ic->request = request;
110 ic->skt = insock;
111 ic
[all...]
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft.c134 icl_conn_fail(struct icl_conn *ic) argument
136 if (ic->ic_socket == NULL)
142 ic->ic_socket->so_error = EDOOFUS;
143 (ic->ic_error)(ic);
147 icl_conn_receive(struct icl_conn *ic, size_t len) argument
154 so = ic->ic_socket;
175 icl_conn_receive_buf(struct icl_conn *ic, void *buf, size_t len) argument
182 so = ic->ic_socket;
209 icl_soft_conn_pdu_free(struct icl_conn *ic, struc argument
225 icl_soft_conn_new_pdu(struct icl_conn *ic, int flags) argument
278 icl_soft_conn_pdu_data_segment_length(struct icl_conn *ic, const struct icl_pdu *request) argument
454 struct icl_conn *ic; local
558 icl_conn_receive_pdu(struct icl_conn *ic, size_t *availablep) argument
706 icl_conn_receive_pdus(struct icl_conn *ic, size_t available) argument
763 struct icl_conn *ic; local
804 struct icl_conn *ic; local
820 struct icl_conn *ic; local
870 icl_conn_send_pdus(struct icl_conn *ic, struct icl_pdu_stailq *queue) argument
984 struct icl_conn *ic; local
1054 struct icl_conn *ic; local
1071 icl_soft_conn_pdu_append_data(struct icl_conn *ic, struct icl_pdu *request, const void *addr, size_t len, int flags) argument
1105 icl_soft_conn_pdu_get_data(struct icl_conn *ic, struct icl_pdu *ip, size_t off, void *addr, size_t len) argument
1115 struct icl_conn *ic; local
1142 icl_soft_conn_pdu_queue(struct icl_conn *ic, struct icl_pdu *ip) argument
1151 struct icl_conn *ic; local
1173 icl_soft_conn_free(struct icl_conn *ic) argument
1188 icl_conn_start(struct icl_conn *ic) argument
1301 icl_soft_conn_handoff(struct icl_conn *ic, int fd) argument
1364 icl_soft_conn_close(struct icl_conn *ic) argument
1425 icl_soft_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, struct ccb_scsiio *csio, uint32_t *task_tagp, void **prvp) argument
1433 icl_soft_conn_task_done(struct icl_conn *ic, void *prv) argument
1438 icl_soft_conn_transfer_setup(struct icl_conn *ic, union ctl_io *io, uint32_t *transfer_tag, void **prvp) argument
1446 icl_soft_conn_transfer_done(struct icl_conn *ic, void *prv) argument
1461 icl_soft_conn_connect(struct icl_conn *ic, int domain, int socktype, int protocol, struct sockaddr *from_sa, struct sockaddr *to_sa) argument
1470 icl_soft_handoff_sock(struct icl_conn *ic, struct socket *so) argument
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_mesh.c325 struct ieee80211com *ic = vap->iv_ic; local
338 ieee80211_ageq_drain_node(&ic->ic_stageq,
339 (void *)(uintptr_t) ieee80211_mac_hash(ic, dest));
606 ieee80211_mesh_attach(struct ieee80211com *ic) argument
608 ic->ic_vattach[IEEE80211_M_MBSS] = mesh_vattach;
612 ieee80211_mesh_detach(struct ieee80211com *ic) argument
619 struct ieee80211com *ic = ni->ni_ic; local
633 ieee80211_ageq_drain_node(&ic->ic_stageq,
634 (void *)(uintptr_t) ieee80211_mac_hash(ic, ni->ni_macaddr));
691 struct ieee80211com *ic local
1068 struct ieee80211com *ic = vap->iv_ic; local
1142 struct ieee80211com *ic = vap->iv_ic; local
1530 struct ieee80211com *ic = ni->ni_ic; local
1831 struct ieee80211com *ic = ni->ni_ic; local
2651 struct ieee80211com *ic = ni->ni_ic; local
2712 struct ieee80211com *ic = ni->ni_ic; local
2772 struct ieee80211com *ic = ni->ni_ic; local
2840 struct ieee80211com *ic = ni->ni_ic; local
2889 struct ieee80211com *ic = ni->ni_ic; local
2937 struct ieee80211com *ic = ni->ni_ic; local
3293 struct ieee80211com *ic = ni->ni_ic; local
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.c302 struct icmp *ic; local
304 ic = (struct icmp *)ip_next(pip);
307 lnk = FindIcmpIn(la, pip->ip_src, pip->ip_dst, ic->icmp_id, 1);
315 accumulate = ic->icmp_id;
317 ADJUST_CHECKSUM(accumulate, ic->icmp_cksum);
320 ic->icmp_id = original_id;
347 struct icmp *ic, *ic2; local
352 ic = (struct icmp *)ip_next(pip);
353 ip = &ic->icmp_ip;
393 ADJUST_CHECKSUM(accumulate2, ic
442 struct icmp *ic; local
491 struct icmp *ic; local
536 struct icmp *ic, *ic2; local
633 struct icmp *ic; local
1580 struct icmp *ic; local
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c342 cfiscsi_error_callback(struct icl_conn *ic) argument
346 cs = CONN_SESSION(ic);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp132 #include <dev/ic/athioctl.h>
133 #include <dev/ic/bt8xx.h>
134 #include <dev/ic/icp_ioctl.h>
135 #include <dev/ic/isp_ioctl.h>
136 #include <dev/ic/mlxio.h>
137 #include <dev/ic/qemufwcfgio.h>
138 #include <dev/ic/nvmeio.h>
H A Dsanitizer_interceptors_ioctl_netbsd.inc195 /* Entries from file: dev/ic/athioctl.h */
198 /* Entries from file: dev/ic/bt8xx.h */
250 /* Entries from file: dev/ic/icp_ioctl.h */
259 /* Entries from file: dev/ic/isp_ioctl.h */
274 /* Entries from file: dev/ic/mlxio.h */
285 /* Entries from file: dev/ic/nvmeio.h */
287 /* Entries from file: dev/ic/qemufwcfgio.h */
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h490 void setDeclImplementation(ImplementationControl ic) { argument
491 ObjCMethodDeclBits.DeclImplementation = ic;
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c1367 (intmax_t)frame->cause, (intmax_t)frame->pc, (intmax_t)frame->ic);
1414 (intmax_t)frame->cause, (intmax_t)frame->pc, (intmax_t)frame->ic);
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c486 urtwn_update_chw(struct ieee80211com *ic) argument
503 struct ieee80211com *ic = &sc->sc_ic; local
574 ic->ic_softc = sc;
575 ic->ic_name = device_get_nameunit(self);
576 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
577 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
580 ic->ic_caps =
596 ic->ic_cryptocaps =
604 ic->ic_htcaps = IEEE80211_HTC_HT |
612 // ic
683 struct ieee80211com *ic = &sc->sc_ic; local
748 urtwn_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
804 struct ieee80211com *ic = vap->iv_ic; local
865 struct ieee80211com *ic = &sc->sc_ic; local
917 struct ieee80211com *ic = &sc->sc_ic; local
1051 struct ieee80211com *ic = &sc->sc_ic; local
1129 struct ieee80211com *ic = &sc->sc_ic; local
1352 struct ieee80211com *ic = &sc->sc_ic; local
1616 struct ieee80211com *ic = &sc->sc_ic; local
2010 struct ieee80211com *ic = &sc->sc_ic; local
2466 struct ieee80211com *ic = &sc->sc_ic; local
2569 struct ieee80211com *ic = vap->iv_ic; local
2898 struct ieee80211com *ic = &sc->sc_ic; local
3279 urtwn_transmit(struct ieee80211com *ic, struct mbuf *m) argument
3335 urtwn_parent(struct ieee80211com *ic) argument
4437 struct ieee80211com *ic = &sc->sc_ic; local
4574 struct ieee80211com *ic = &sc->sc_ic; local
4673 struct ieee80211com *ic = &sc->sc_ic; local
4786 urtwn_scan_start(struct ieee80211com *ic) argument
4802 urtwn_scan_end(struct ieee80211com *ic) argument
4819 urtwn_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
4833 urtwn_set_channel(struct ieee80211com *ic) argument
4849 urtwn_wme_update(struct ieee80211com *ic) argument
4885 urtwn_update_slot(struct ieee80211com *ic) argument
4893 struct ieee80211com *ic = &sc->sc_ic; local
4939 struct ieee80211com *ic = &sc->sc_ic; local
4983 struct ieee80211com *ic = &sc->sc_ic; local
5021 urtwn_update_promisc(struct ieee80211com *ic) argument
5032 urtwn_update_mcast(struct ieee80211com *ic) argument
5107 struct ieee80211com *ic = &sc->sc_ic; local
5312 struct ieee80211com *ic = &sc->sc_ic; local
5591 struct ieee80211com *ic = ni->ni_ic; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_mips64.h190 DEFINE_GPR(ic, nullptr, dwarf_ic_mips64, dwarf_ic_mips64,

Completed in 990 milliseconds

12345678910