Searched refs:ip (Results 501 - 525 of 1110) sorted by relevance

<<21222324252627282930>>

/freebsd-12-stable/sys/dev/md/
H A Dmd.c289 struct indir *ip; local
291 ip = malloc(sizeof *ip, M_MD, (md_malloc_wait ? M_WAITOK : M_NOWAIT)
293 if (ip == NULL)
295 ip->array = malloc(sizeof(uintptr_t) * NINDIR,
297 if (ip->array == NULL) {
298 free(ip, M_MD);
301 ip->total = NINDIR;
302 ip->shift = shift;
303 return (ip);
307 del_indir(struct indir *ip) argument
315 destroy_indir(struct md_s *sc, struct indir *ip) argument
339 struct indir *ip; local
366 s_read(struct indir *ip, off_t offset) argument
393 s_write(struct indir *ip, off_t offset, uintptr_t ptr) argument
[all...]
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c230 const struct ip *ip; local
250 ip = (const struct ip *)(mb->m_data + eth_hdr_len);
251 if (unlikely(mb->m_len < eth_hdr_len + sizeof(*ip)))
253 switch (ip->ip_p) {
255 ip_hlen = ip->ip_hl << 2;
259 ip_hlen = ip->ip_hl << 2;
/freebsd-12-stable/sys/net/
H A Dif_gre.h53 struct ip gi_ip;
58 struct ip gi_ip;
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.h111 struct ip idi_ip;
130 * packet is large enough to contain the returned ip header.
133 * ip header length.
138 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
186 #define ICMP_PARAMPROB 12 /* ip header bad */
H A Dudp_var.h43 struct ipovly ui_i; /* overlaid ip structure */
76 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb)
H A Dip_ecn.c52 #include <netinet/ip.h>
H A Dtcp_lro.h49 struct ip *ip4;
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_nbt.c60 #include <netinet/ip.h>
75 AliasHandleUdpNbt(struct libalias *, struct ip *, struct alias_link *,
78 AliasHandleUdpNbtNS(struct libalias *, struct ip *, struct alias_link *,
94 protohandler1(struct libalias *la, struct ip *pip, struct alias_data *ah)
112 protohandler2in(struct libalias *la, struct ip *pip, struct alias_data *ah)
120 protohandler2out(struct libalias *la, struct ip *pip, struct alias_data *ah)
329 struct ip *pip, /* IP packet to examine/patch */
755 struct ip *pip, /* IP packet to examine/patch */
H A Dalias.h46 #include <netinet/ip.h>
H A Dalias_irc.c72 #include <netinet/ip.h>
94 AliasHandleIrcOut(struct libalias *, struct ip *, struct alias_link *,
109 protohandler(struct libalias *la, struct ip *pip, struct alias_data *ah)
166 struct ip *pip, /* IP packet to examine */
/freebsd-12-stable/sys/rpc/
H A Dauth.h271 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
H A Dxdr.h165 xdr_getint32(XDR *xdrs, int32_t *ip) argument
171 *ip = (int32_t)l;
176 xdr_putint32(XDR *xdrs, int32_t *ip) argument
180 l = (long)*ip;
/freebsd-12-stable/libexec/rc/rc.d/
H A Dnetoptions81 ${SYSCTL} net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
89 ${SYSCTL} net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
/freebsd-12-stable/include/rpc/
H A Dauth.h275 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
H A Dxdr.h165 xdr_getint32(XDR *xdrs, int32_t *ip) argument
171 *ip = (int32_t)l;
176 xdr_putint32(XDR *xdrs, int32_t *ip) argument
180 l = (long)*ip;
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h86 #include <netinet/ip.h>
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h142 #include <netinet/ip.h>
/freebsd-12-stable/contrib/lua/src/
H A Dlmathlib.c157 lua_Number ip = (n < 0) ? l_mathop(ceil)(n) : l_mathop(floor)(n); local
158 pushnumint(L, ip);
160 lua_pushnumber(L, (n == ip) ? l_mathop(0.0) : (n - ip));
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Dipresend.c20 #include <netinet/ip.h>
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dkmem.c28 #include <netinet/ip.h>
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.h22 const BYTE* ip);
/freebsd-12-stable/sys/netinet6/
H A Dip6_input.c109 #include <netinet/ip.h>
821 /* Count the packet in the ip address stats */
1291 struct ip *ip; local
1293 ip = mtod(m, struct ip *);
1297 pi6.ipi6_addr.s6_addr32[3] = ip->ip_dst.s_addr;
1321 struct ip *ip; local
1323 ip
1344 struct ip *ip; local
[all...]
/freebsd-12-stable/etc/
H A Drc.firewall87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
175 firewall_nat_flags="ip ${firewall_nat_interface} ${firewall_nat_flags}"
516 ${fwcmd} add pass ip from $i to me
519 ${fwcmd} add 65000 count ip from any to any
527 ${fwcmd} add deny ip from any to 255.255.255.255
528 ${fwcmd} add deny ip from any to 224.0.0.0/24 in # XXX
542 sysctl net.inet.ip.fw.verbose=1 >/dev/null
544 ${fwcmd} add deny $log ip from any to any
548 ${fwcmd} add 65000 deny ip from any to any
/freebsd-12-stable/stand/libsa/
H A Dether.c49 #include <netinet/ip.h>
/freebsd-12-stable/crypto/openssh/
H A Dsshconnect.c781 * Prepare the hostname and ip address strings that are used to lookup
807 * We don't have the remote ip-address for connections
854 char *ip = NULL, *host = NULL; local
885 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip);
892 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
905 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]);
907 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
923 * Also perform check for the ip address, skip the check if we are
924 * localhost, looking for a certificate, or the hostname was an ip
953 type, ip);
[all...]

Completed in 185 milliseconds

<<21222324252627282930>>