Searched refs:ip (Results 626 - 650 of 1028) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c35 #include <netinet/ip.h>
260 struct ip *ih;
294 ih = (struct ip*) (ptr+8);
621 "-d\t<buddy ip>\n"
626 "-s\t<source ip>\n"
/freebsd-11-stable/contrib/top/
H A Ddisplay.c203 register int *ip; local
235 ip = cpustate_columns;
238 *ip++ = cpustate_total_length;
/freebsd-11-stable/stand/ficl/
H A Dficl.h483 IPTYPE ip; /* instruction pointer */ member in struct:vm
484 FICL_WORD *runningWord;/* address of currently running word (often just *(ip-1) ) */
514 #define VM_ASSERT(pVM) assert((*(pVM->ip - 1)) == pVM->runningWord)
603 FICL_WORD *tempFW = *(pVM)->ip++; \
/freebsd-11-stable/sys/netinet/
H A Dip_fw.h168 O_IP_SRC_MASK, /* ip = IP/mask */
173 O_IP_DST_MASK, /* ip = IP/mask */
383 * This is used to forward to a given address (ip).
413 struct in_addr ip; member in union:_ipfw_insn_if::__anon5430
477 struct in_addr laddr; /* local ip address */
478 struct in_addr paddr; /* public ip address */
479 struct in_addr raddr; /* remote ip address */
500 struct in_addr ip; /* nat ip address */ member in struct:cfg_nat
529 struct in_addr laddr; /* local ip addres
548 struct in_addr ip; /* nat IPv4 address */ member in struct:nat44_cfg_nat
[all...]
/freebsd-11-stable/sys/ufs/ffs/
H A Dfs.h97 * information in the inode, using the ``blksize(fs, ip, lbn)'' macro.
623 #define blksize(fs, ip, lbn) \
624 (((lbn) >= NDADDR || (ip)->i_size >= smalllblktosize(fs, (lbn) + 1)) \
626 : (fragroundup(fs, blkoff(fs, (ip)->i_size))))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp314 {DEFINE_FPU_UINT(ip),
638 value = fpu.ip;
755 fpu.ip = value.GetAsUInt32();
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c176 db_nextframe(struct amd64_frame **fp, db_addr_t *ip, struct thread *td) argument
237 *ip = (db_addr_t) rip;
273 *ip = (db_addr_t) rip;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c42 #include <netinet/ip.h>
931 struct ip *ip = mtod(m, struct ip *); local
932 struct tcphdr *th = (void *)(ip + 1);
951 * Use only the provided mbuf (with ip and tcp headers) and what's in
975 rpl->peer_ip = ip->ip_dst.s_addr;
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c68 #include <netinet/ip.h>
484 * ip header 20 bytes
489 au_to_ip(struct ip *ip) argument
494 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + sizeof(struct ip));
499 ADD_MEM(dptr, ip, sizeof(struct ip));
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c51 #include <netinet/ip.h>
437 * ip header 20 bytes
442 au_to_ip(struct ip *ip) argument
447 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + sizeof(struct ip));
450 ADD_MEM(dptr, ip, sizeof(struct ip));
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c65 #include <netinet/ip.h>
1795 * ensure ip header is in first mbuf, copy it to a
1798 pi->ip = (struct ip *)(m->m_data + pi->ip_off);
1800 if (__predict_false(m->m_len < pi->ip_off + sizeof(*pi->ip))) {
1801 m_copydata(m, 0, pi->ip_off + sizeof(*pi->ip),
1803 pi->ip = (struct ip *)(ss->scratch + pi->ip_off);
1805 pi->ip_hlen = pi->ip->ip_hl << 2;
1813 pi->ip
2565 struct ip *ip; local
[all...]
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.c246 parse_pdus(struct asn_buf *b, struct snmp_pdu *pdu, int32_t *ip) argument
271 *ip = pdu->nbindings + 1;
427 * decoded, ip points to the index of the failed variable (errors
431 snmp_pdu_decode(struct asn_buf *b, struct snmp_pdu *pdu, int32_t *ip) argument
445 code = snmp_pdu_decode_scoped(b, pdu, ip);
551 snmp_pdu_decode_scoped(struct asn_buf *b, struct snmp_pdu *pdu, int32_t *ip) argument
624 err = parse_pdus(b, pdu, ip);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm67 mov r3 = ip
/freebsd-11-stable/sys/dev/usb/net/
H A Duhso.c55 #include <netinet/ip.h>
1655 * Each frame we receive might contain several small ip-packets as well
1656 * as partial ip-packets. We need to separate/assemble them into individual
1657 * packets before sending them to the ip-layer.
1666 struct ip *ip; local
1693 m = m_pullup(m0, sizeof(struct ip));
1705 ip = (struct ip *)cp;
1711 if (ip
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh317 local ip=$1
321 pkt="$pkt $ip > ff02::1: ICMP6, neighbor advertisement"
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh178 rump.sysctl net.inet.ip.forwarding
186 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=1
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h842 uint32_t ip; member in struct:tlv_tsan_config
866 uint32_t ip[TLV_MAX_TSACS]; member in struct:tlv_tsac_config
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h211 const u8 *ip);
443 const u8 *ip)
441 wpas_dbus_signal_p2p_group_started(struct wpa_supplicant *wpa_s, int client, int persistent, const u8 *ip) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c129 /* TODO: consider vlans, ip options, ... */
134 struct ip *ip4 = NULL;
152 ip4 = (struct ip *)(eh + 1);
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c65 #include <netinet/ip.h>
1494 if (__predict_false(offset < ip_start + sizeof(struct ip)))
1541 struct ip *ip; local
1542 if (__predict_false(m->m_len < ip_start + sizeof(struct ip)))
1544 ip = (struct ip *)(m->m_data + ip_start);
1545 proto = ip->ip_p;
1546 offset = ip_start + (ip->ip_hl << 2);
2020 struct ip *i local
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_hints.c92 ah(struct delegpt* dp, const char* sv, const char* ip) argument
103 !extstrtoaddr(ip, &addr, &addrlen) ||
251 log_err("cannot parse stub %s ip address: '%s'",
/freebsd-11-stable/sys/net/
H A Diflib.c70 #include <netinet/ip.h>
2848 struct ip *ip = NULL; local
2852 minthlen = min(m->m_pkthdr.len, pi->ipi_ehdrlen + sizeof(*ip) + sizeof(*th));
2861 if (n->m_len >= sizeof(*ip)) {
2862 ip = (struct ip *)n->m_data;
2863 if (n->m_len >= (ip->ip_hl << 2) + sizeof(*th))
2864 th = (struct tcphdr *)((caddr_t)ip + (ip
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1730 snmp_output_ipaddress(struct snmp_toolinfo *snmptoolctx, uint8_t *ip) argument
1736 fprintf(stdout, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);
1890 uint8_t ip[4]; local
1929 ip[bytes] = temp.subs[bytes];
1931 snmp_output_ipaddress(snmptoolctx, ip);
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c2129 struct gate_descriptor *ip; local
2139 ip = &idt[idx];
2140 func = (ip->gd_hioffset << 16) | ip->gd_looffset;
2155 struct gate_descriptor *ip; local
2162 ip = &idt[vector];
2163 func = (ip->gd_hioffset << 16) | ip->gd_looffset;
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c998 if (mtod(m, struct ip *)->ip_p == IPPROTO_IPV6) {
1016 if (mtod(m, struct ip *)->ip_p == IPPROTO_UDP) {
1017 struct ip *ip = mtod(m, struct ip *); local
1018 int iphlen = ip->ip_hl << 2;
1019 struct udphdr *uh = (struct udphdr *)((caddr_t)ip + iphlen);
1307 struct ip *ip; local
1339 ip
[all...]

Completed in 543 milliseconds

<<21222324252627282930>>