Searched refs:ip (Results 376 - 400 of 1028) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dpmu.h85 uint64_t ip; member in struct:xen_pmu_regs
/freebsd-11-stable/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
76 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
91 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
106 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
120 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
H A Dt_rfc4182.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
78 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
93 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
108 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
122 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pim.c34 #include "ip.h"
287 ND_TCHECK2(bp[8], 20); /* ip header */
667 const struct ip *ip; local
674 ip = (const struct ip *)bp2;
675 if (IP_V(ip) == 4) {
682 } else if (IP_V(ip) == 6) {
871 const struct ip *ip; local
[all...]
H A Dprint-sctp.c47 #include "ip.h"
496 u_int sctpPacketLength) /* ip packet */
500 const struct ip *ip; local
521 ip = (const struct ip *)bp2;
522 if (IP_V(ip) == 6)
536 ipaddr_string(ndo, &ip->ip_src),
538 ipaddr_string(ndo, &ip->ip_dst),
H A Dprint-pgm.c29 #include "ip.h"
151 register const struct ip *ip; local
161 ip = (const struct ip *)bp2;
162 if (IP_V(ip) == 6)
174 ipaddr_string(ndo, &ip->ip_src),
175 ipaddr_string(ndo, &ip->ip_dst)));
195 if (ip->ip_p == IPPROTO_PGM) {
197 ipaddr_string(ndo, &ip
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dfs.h150 #define blksize(fs, ip, lbn) ((fs)->e2fs_fsize)
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c743 * Prepare the hostname and ip address strings that are used to lookup
769 * We don't have the remote ip-address for connections
816 char *ip = NULL, *host = NULL; local
847 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip);
854 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
867 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]);
869 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
885 * Also perform check for the ip address, skip the check if we are
886 * localhost, looking for a certificate, or the hostname was an ip
913 type, ip);
[all...]
/freebsd-11-stable/tests/sys/mac/portacl/
H A Dnobody_test.sh11 # mac_portacl has no impact on ports <= net.inet.ip.portrange.reservedhigh.
16 sysctl net.inet.ip.portrange.reservedhigh=78 >/dev/null
56 sysctl net.inet.ip.portrange.reservedhigh=76 >/dev/null
/freebsd-11-stable/etc/rc.d/
H A Dipfw_netflow57 ipfw add ${ipfw_netflow_rule} ngtee ${ipfw_netflow_hook} ip from any to any ${ipfw_netflow_fib:+fib ${ipfw_netflow_fib}}
/freebsd-11-stable/usr.sbin/ppp/
H A Dtun.c42 #include <netinet/ip.h>
/freebsd-11-stable/contrib/libcxxrt/
H A Ddwarf_eh.h413 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context);
427 if (call_site_start > ip) { break; }
435 // address in the ip range. For each call site:
442 if (call_site_start < ip && ip <= call_site_start + call_site_size)
/freebsd-11-stable/stand/common/
H A Ddev_net.c47 * RPC/mountd - nfs_mount(sock, ip, path)
176 setenv("boot.netif.ip", inet_ntoa(myip), 1);
374 * <scheme>://ip/path
378 * ip:/path
381 * If an ip is set it returns it in network byte order.
391 char ip[FNAME_SIZE]; local
416 /* we are in the form <scheme>://, we do expect an ip */
424 snprintf(ip, sizeof(ip), "%.*s",
427 addr = inet_addr(ip);
[all...]
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c677 void *ip; local
680 if (getino(&disk, &ip, ROOTINO, &mode) != 0) {
684 dp2 = ip;
685 dp1 = ip;
791 void *ip; local
799 if (getino(&disk, &ip, ROOTINO, &mode) != 0) {
804 dp2 = ip;
805 dp1 = ip;
914 void *ip; local
922 if (getino(&disk, &ip, in
944 void *ip; local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-sita.c63 char *ip; /* this unit's IP address (as extracted from /etc/hosts) */ member in struct:unit
149 if (units[chassis][geoslot].ip != NULL)
150 printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslot].ip);
227 if (units[chassis][geoslot].ip != NULL) {
228 free(units[chassis][geoslot].ip); /* get rid of the malloc'ed space that holds the IP address */
229 units[chassis][geoslot].ip = 0; /* then set the pointer to NULL */
244 if (units[chassis][geoslot].ip != NULL) {
302 u->ip = ptr2; /* and remember the whole shebang */
313 char *ip; local
325 ip
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_io.h38 # include <netinet/ip.h>
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_scan.h24 struct ip;
/freebsd-11-stable/sys/mips/beri/
H A Dberi_simplebus.c232 device_t ip; local
244 if ((ip = simplebus_get_interrupt_parent(child)) != NULL)
245 rv += printf(" (%s)", device_get_nameunit(ip));
343 device_t ip; local
346 ip = NULL;
357 ip = ic->dev;
362 return (ip);
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c112 #include <netinet/ip.h>
1760 struct comvars *ip, *op; local
1767 ip = &tmpstruct;
1773 ip = &proxstruct;
1777 ip->connect = connected;
1780 (void)strlcpy(ip->name, hostname, sizeof(ip->name));
1782 ip->name[0] = '\0';
1784 ip->hctl = hisctladdr;
1786 ip
[all...]
/freebsd-11-stable/sys/netinet/
H A Dip_encap.c82 #include <netinet/ip.h>
113 struct ip *ip; local
123 ip = mtod(m, struct ip *);
128 s.sin_addr = ip->ip_src;
132 d.sin_addr = ip->ip_dst;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h942 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp);
945 __hal_ip_lro_capable(iplro_t *ip, xge_hal_dtr_info_t *ext_info);
948 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off);
951 __hal_lro_capable(u8 *buffer, iplro_t **ip, tcplro_t **tcp,
955 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
960 __hal_lro_under_optimal_thresh(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
964 __hal_collapse_ip_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
968 __hal_collapse_tcp_hdr(iplro_t *ip, tcplro_t *tcp, lro_t *lro,
972 __hal_append_lro(iplro_t *ip, tcplro_t **tcp, u32 *seg_len, lro_t *lro,
993 __hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_z8530.c429 uint8_t bes, ip, iv, src; local
437 ip = uart_getmreg(bas, RR_IP);
442 case IV_TEB: ip = IP_TIA; break;
443 case IV_XSB: ip = IP_SIA; break;
444 case IV_RAB: ip = IP_RIA; break;
445 default: ip = 0; break;
449 ip = 0;
453 if (ip & IP_RIA)
456 if (ip & IP_TIA) {
465 if (ip
[all...]
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c53 intptr_t ip = 0; local
87 PRINT(PRIdPTR, ip);
102 PRINT(PRIiPTR, ip);
178 SCAN(SCNdPTR, ip);
193 SCAN(SCNiPTR, ip);
/freebsd-11-stable/usr.bin/mail/
H A Dlist.c57 int *ip; local
66 ip = vector;
69 *ip++ = mp - &message[0] + 1;
70 *ip = 0;
71 return (ip - vector);
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_lookup.c431 * directory "ip". If "res" is non-zero, fill it in with a pointer to the
441 struct iso_node *ip; local
447 ip = VTOI(vp);
448 imp = ip->i_mnt;
450 bsize = blksize(imp, ip, lbn);
469 bp->b_blkno = (ip->iso_start + bp->b_lblkno) << (bshift - DEV_BSHIFT);

Completed in 264 milliseconds

<<11121314151617181920>>