Searched refs:ip (Results 676 - 700 of 1028) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/usr.bin/systat/
H A Dtcp.c49 #include <netinet/ip.h>
H A Dip6.c50 #include <netinet/ip.h>
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rules.c46 #include <netinet/ip.h>
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c265 * @param ip: ip str
273 add_open(const char* ip, int nr, struct listen_port** list, int noproto_is_err, argument
285 log_assert(ip);
287 if(ip[0] == '/') {
289 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd);
299 if(chown(ip, cfg_uid, cfg_gid) == -1)
302 ip, strerror(errno));
304 chmod(ip, (mode_t)(S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP));
312 if((r = getaddrinfo(ip, por
2813 char ip[128]; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c80 #include <netinet/ip.h>
829 const struct ip *iph = (const struct ip *)mtodo(mbuf, mbuf->m_pkthdr.l2hlen);
972 static const struct ip *tso_iph(const struct sfxge_tso_state *tso)
976 return (const struct ip *)(tso->mbuf->m_data + tso->nh_off);
1335 struct ip *tsoh_iph = (struct ip *)(header + tso->nh_off);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c1191 Char *istr, *ip; local
1197 for (p = buf, ip = istr; *ip != '\0'; ip++)
1198 p += one_wctomb(p, *ip);
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.c66 /** ratelimit value for client ip addresses,
832 /** find data item in array for ip addresses */
874 /** create rate data item for ip address */
956 char buf[257], qnm[257], ts[12], cs[12], ip[128]; local
961 ip[0]=0;
964 replylist->addrlen, ip, sizeof(ip));
965 verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s from %s", buf, lim, qnm, cs, ts, ip);
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c3631 int16_t ip; local
3633 ip = (int8_t) fetch_byte_imm(emu);
3634 ip += (int16_t) emu->x86.R_IP;
3637 emu->x86.R_IP = ip;
3647 int16_t ip; local
3649 ip = (int8_t) fetch_byte_imm(emu);
3650 ip += (int16_t) emu->x86.R_IP;
3653 emu->x86.R_IP = ip;
3663 int16_t ip; local
3665 ip
3757 int32_t ip; local
3763 int16_t ip; local
3778 int ip; local
3792 uint16_t cs, ip; local
[all...]
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c102 #include <netinet/ip.h>
457 /* Trust ip packets verification on host side. */
461 "Trust ip packet verification on host side, "
764 struct ip *ip; local
767 PULLUP_HDR(m_head, ehlen + sizeof(*ip));
768 ip = mtodo(m_head, ehlen);
769 iphlen = ip->ip_hl << 2;
775 ip->ip_len = 0;
776 ip
825 const struct ip *ip; local
4797 const struct ip *ip; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1108 mov ip, sp
1111 ldr $ivp, [ip] @ IV is 1st arg on the stack
1373 mov ip, sp
1376 ldr $ctr, [ip] @ ctr is 1st arg on the stack
1540 ldr ip, [sp] @ ctr pointer is passed on stack
1547 ldr r8, [ip, #12] @ load counter LSW
1548 vld1.8 {@XMM[1]}, [ip] @ load whole counter value
1601 mov ip, sp
1616 ldr r0, [ip] @ pointer to input tweak
1619 ldr r0, [ip, #
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c1513 struct gate_descriptor *ip; local
1515 ip = idt + idx;
1516 ip->gd_looffset = (int)func;
1517 ip->gd_selector = selec;
1518 ip->gd_stkcpy = 0;
1519 ip->gd_xx = 0;
1520 ip->gd_type = typ;
1521 ip->gd_dpl = dpl;
1522 ip->gd_p = 1;
1523 ip
1547 struct gate_descriptor *ip; local
[all...]
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c74 #include <netinet/ip.h>
1753 struct ip *ip; local
1799 if (mbuf->m_len < ehdrlen + sizeof(struct ip)) {
1800 mbuf = m_pullup(mbuf, ehdrlen + sizeof(struct ip));
1808 ip = (struct ip *)(mbuf->m_data + ehdrlen);
1809 iphlen = ip->ip_hl << 2;
1811 proto = ip->ip_p;
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c60 #include <netinet/ip.h>
1492 struct ip *ip; local
1504 ip = NULL;
1550 m = m_pullup(m, ip_off + sizeof(struct ip));
1555 ip = (struct ip *)(mtod(m, char *) + ip_off);
1556 poff = ip_off + (ip->ip_hl << 2);
1583 ip = (struct ip *)(mto
[all...]
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c59 #include <netinet/ip.h>
1707 struct ip *ip; local
1737 m = m_pullup(m, ip_off + sizeof(struct ip));
1742 ip = (struct ip *)(mtod(m, char *) + ip_off);
1743 poff = ip_off + (ip->ip_hl << 2);
1753 ip = (struct ip *)(mtod(m, char *) + ip_off);
1755 ip
[all...]
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c51 #include <netinet/ip.h>
59 #include <netinet/ip.h>
822 struct ip *ip = mtod (m, struct ip*); local
823 struct tcphdr *tcp = (struct tcphdr*) ((long*)ip + ip->ip_hl);
832 * - don't let packets with src ip addr 0 thru
833 * - we flag TCP packets with src ip 0 as an error
836 if(ip
[all...]
/freebsd-11-stable/lib/libmd/
H A Dmd5c.c80 const u_int32_t *ip = (const u_int32_t *)input; local
83 output[i] = le32toh(ip[i]);
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c32 #include <netinet/ip.h>
779 struct ip* ih;
789 ih = (struct ip*) &inet_clear[8];
1503 // ok we got the ip...
1505 unsigned char ip[4]; local
1507 struct in_addr *in = (struct in_addr*) ip;
1511 ip[i] = decryptstate.cipher[8+8+6+i] ^
1851 struct ip* ih;
1894 ih = (struct ip*) ptr;
2695 printf("-s\t\t<flood server ip>\
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.c699 int client, const u8 *ip)
704 wpas_dbus_signal_p2p_group_started(wpa_s, client, persistent, ip);
697 wpas_notify_p2p_group_started(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int persistent, int client, const u8 *ip) argument
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h390 #define USB_IFACE_PROTOCOL(ip) \
391 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c559 else S_YNO("ip-transparent:", ip_transparent)
560 else S_YNO("ip-freebind:", ip_freebind)
561 else S_NUMBER_OR_ZERO("ip-dscp:", ip_dscp)
688 else S_STR("dnstap-ip:", dnstap_ip)
728 else if(strcmp(opt, "ip-ratelimit:") == 0) {
736 else S_MEMSIZE("ip-ratelimit-size:", ip_ratelimit_size)
738 else S_POW2("ip-ratelimit-slabs:", ip_ratelimit_slabs)
740 else S_NUMBER_OR_ZERO("ip-ratelimit-factor:", ip_ratelimit_factor)
980 else O_YNO(opt, "ip-transparent", ip_transparent)
981 else O_YNO(opt, "ip
2341 char* ip, *ip_end; local
[all...]
/freebsd-11-stable/contrib/ipfilter/samples/
H A Dproxy.c36 #include <netinet/ip.h>
/freebsd-11-stable/lib/libc/net/
H A Dsourcefilter.c40 #include <netinet/ip.h>
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h352 _PROTOTYPE(struct io *setbase , (struct io *ip ));
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h41 # include <netinet/ip.h>
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.h55 NGM_NETFLOW_SHOW = 3|NGM_READONLY|NGM_HASREPLY, /* show ip cache flow */
524 int ng_netflow_flow_add(priv_p, fib_export_p, struct ip *, caddr_t,

Completed in 446 milliseconds

<<21222324252627282930>>