Home
last modified time | relevance | path

Searched refs:my_ip (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_bootparam.c110 struct in_addr my_ip, arps_ip, gw_ip; in nfs_bootparam() local
135 error = revarpwhoarewe(ifp, &arps_ip, &my_ip); in nfs_bootparam()
144 nd->nd_myip.s_addr = my_ip.s_addr; in nfs_bootparam()
145 printf("nfs_boot: client_addr=%s", inet_ntoa(my_ip)); in nfs_bootparam()
154 error = nfs_boot_setaddress(ifp, lwp, my_ip.s_addr, in nfs_bootparam()
176 error = bp_whoami(sin, &my_ip, &gw_ip, lwp); in nfs_bootparam()
229 (void) nfs_boot_deladdress(ifp, lwp, my_ip.s_addr); in nfs_bootparam()
230 error = nfs_boot_setaddress(ifp, lwp, my_ip.s_addr, in nfs_bootparam()
261 (void) nfs_boot_deladdress(ifp, lwp, my_ip.s_addr); in nfs_bootparam()
295 bp_whoami(struct sockaddr_in *bpsin, struct in_addr *my_ip, in bp_whoami() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/samples/ftrace/
H A Dftrace-direct-modify.c19 static unsigned long my_ip = (unsigned long)schedule; variable
62 ret = modify_ftrace_direct(my_ip, my_tramp, tramps[t]); in simple_thread()
77 ret = register_ftrace_direct(my_ip, my_tramp); in ftrace_direct_init()
86 unregister_ftrace_direct(my_ip, my_tramp); in ftrace_direct_exit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/ftrace/
H A Dftrace-direct-modify.c19 static unsigned long my_ip = (unsigned long)schedule; variable
62 ret = modify_ftrace_direct(my_ip, my_tramp, tramps[t]); in simple_thread()
77 ret = register_ftrace_direct(my_ip, my_tramp); in ftrace_direct_init()
86 unregister_ftrace_direct(my_ip, my_tramp); in ftrace_direct_exit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/ftrace/
H A Dftrace-direct-modify.c19 static unsigned long my_ip = (unsigned long)schedule; variable
62 ret = modify_ftrace_direct(my_ip, my_tramp, tramps[t]); in simple_thread()
77 ret = register_ftrace_direct(my_ip, my_tramp); in ftrace_direct_init()
86 unregister_ftrace_direct(my_ip, my_tramp); in ftrace_direct_exit()
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dnet-nonblock.c34 IPADDR *my_ip; member
201 net_connect_ip(ip, rec->port, rec->my_ip); in simple_readpipe()
203 g_free_not_null(rec->my_ip); in simple_readpipe()
217 int net_connect_nonblock(const char *server, int port, const IPADDR *my_ip, in net_connect_nonblock() argument
233 if (my_ip != NULL) { in net_connect_nonblock()
234 rec->my_ip = g_malloc(sizeof(IPADDR)); in net_connect_nonblock()
235 memcpy(rec->my_ip, my_ip, sizeof(IPADDR)); in net_connect_nonblock()
H A Dnetwork.c146 int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip) in net_connect_ip_handle() argument
151 if (my_ip != NULL && ip->family != my_ip->family) { in net_connect_ip_handle()
153 my_ip = NULL; in net_connect_ip_handle()
170 if (my_ip != NULL) { in net_connect_ip_handle()
171 sin_set_ip(&so, my_ip); in net_connect_ip_handle()
198 GIOChannel *net_connect_ip(IPADDR *ip, int port, IPADDR *my_ip) in net_connect_ip() argument
204 handle = capsicum_net_connect_ip(ip, port, my_ip); in net_connect_ip()
206 handle = net_connect_ip_handle(ip, port, my_ip); in net_connect_ip()
208 handle = net_connect_ip_handle(ip, port, my_ip); in net_connect_ip()
259 GIOChannel *net_listen(IPADDR *my_ip, int *port) in net_listen() argument
[all …]
H A Dnetwork.h42 int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
45 GIOChannel *net_connect_ip_ssl(IPADDR *ip, int port, IPADDR *my_ip, SERVER_REC *server);
51 GIOChannel *net_connect_ip(IPADDR *ip, int port, IPADDR *my_ip);
58 GIOChannel *net_listen(IPADDR *my_ip, int *port);
H A Dcapsicum.c69 int capsicum_net_connect_ip(IPADDR *ip, int port, IPADDR *my_ip) in capsicum_net_connect_ip() argument
79 if (my_ip != NULL) { in capsicum_net_connect_ip()
81 nvlist_add_binary(nvl, "my_ip", my_ip, sizeof(*my_ip)); in capsicum_net_connect_ip()
238 const IPADDR *ip, *my_ip; in symbiont_connect() local
244 my_ip = nvlist_get_binary(request, "my_ip", NULL); in symbiont_connect()
246 my_ip = NULL; in symbiont_connect()
258 sock = net_connect_ip_handle(ip, port, my_ip); in symbiont_connect()
/dports/net-im/pidgin-fetion/fetion-0.98.5.2/src/
H A Df_chat.c77 const gchar *my_ip; in SendInvite() local
86 my_ip = purple_network_get_my_ip(sip->fd); in SendInvite()
88 purple_debug_info("fetion:", "SendInvite:[%s:%d]\n", my_ip, my_port); in SendInvite()
97 my_ip, my_port, my_ip, my_port, my_port, in SendInvite()
115 const gchar *my_ip; in process_incoming_invite() local
119 my_ip = purple_network_get_my_ip(sip->fd); in process_incoming_invite()
121 purple_debug_info("fetion:", "Invite:[%s:%d]\n", my_ip, my_port); in process_incoming_invite()
128 my_ip, my_port, my_ip, my_port, my_port, in process_incoming_invite()
/dports/security/masscan/masscan-1.3.2/src/
H A Dstack-arpv4.c283 ipv4address_t my_ip, macaddress_t my_mac,
324 if (request.ip_dst != my_ip) {
325 LOG(2, "arp: dst=%08x, not my ip 0x%08x\n", request.ip_dst, my_ip);
344 response->px[28] = (unsigned char)(my_ip >> 24);
345 response->px[29] = (unsigned char)(my_ip >> 16);
346 response->px[30] = (unsigned char)(my_ip >> 8);
347 response->px[31] = (unsigned char)(my_ip >> 0);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/nbt/
H A Dwinsbench.c38 const char *my_ip; member
89 io.in.address = state->my_ip; in generate_register()
141 io.in.address = state->my_ip; in generate_release()
231 struct socket_address *my_ip; in bench_wins() local
243 state->my_ip = talloc_strdup(tctx, iface_best_ip(address)); in bench_wins()
246 my_ip = socket_address_from_strings(nbtsock, nbtsock->sock->backend_name, in bench_wins()
247 state->my_ip, 0); in bench_wins()
249 socket_listen(nbtsock->sock, my_ip, 0, 0); in bench_wins()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dnet.c156 if (my_ip != NULL && ip->family != my_ip->family) { in net_connect_ip_once()
158 my_ip = NULL; in net_connect_ip_once()
179 if (my_ip != NULL) { in net_connect_ip_once()
180 sin_set_ip(&so, my_ip); in net_connect_ip_once()
207 const struct ip_addr *my_ip, int sock_type, in net_connect_ip_full() argument
230 const struct ip_addr *my_ip) in net_connect_ip() argument
236 const struct ip_addr *my_ip) in net_connect_ip_blocking() argument
242 const struct ip_addr *my_ip) in net_connect_udp() argument
439 sin_set_ip(&so, my_ip); in net_listen_full()
443 if (fd == -1 && my_ip == NULL && in net_listen_full()
[all …]
H A Dnet.h77 const struct ip_addr *my_ip) ATTR_NULL(3);
80 const struct ip_addr *my_ip) ATTR_NULL(3);
83 const struct ip_addr *my_ip);
111 int net_listen(const struct ip_addr *my_ip, in_port_t *port, int backlog);
112 int net_listen_full(const struct ip_addr *my_ip, in_port_t *port,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/util/
H A DLocalResourceHTTPServer.java38 private static final String my_ip = "127.0.0.1"; field in LocalResourceHTTPServer
56 InetAddress bind_address = InetAddress.getByName(my_ip); in LocalResourceHTTPServer()
64 logger.log("Local resource publisher running on " + my_ip + ":" + my_port); in LocalResourceHTTPServer()
98 URL result = new URL("http://" + my_ip + ":" + my_port + "/" in publishResource()
/dports/net/samba412/samba-4.12.15/source4/torture/nbt/
H A Dwinsbench.c39 const char *my_ip; member
91 io.in.address = state->my_ip; in generate_register()
144 io.in.address = state->my_ip; in generate_release()
235 struct socket_address *my_ip; in bench_wins() local
250 state->my_ip = talloc_strdup(tctx, iface_list_best_ip(ifaces, address)); in bench_wins()
253 my_ip = socket_address_from_strings(nbtsock, nbtsock->sock->backend_name, in bench_wins()
254 state->my_ip, 0); in bench_wins()
256 socket_listen(nbtsock->sock, my_ip, 0, 0); in bench_wins()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/xport_sv/
H A Deth_ipv4_interface.sv62 output logic [31:0] my_ip, port
108 my_ip = bridge_en ? bridge_ip_reg : ip_reg;
267 .my_ip (my_ip ),
/dports/sysutils/syslinux/syslinux-6.03/com32/libupload/
H A Dupload_tftp.c28 uint32_t my_ip; member
86 ur->dest_ip = tftp->my_ip; in send_ack_packet()
136 tftp.my_ip = sdi->pxe.myip; in upload_tftp_write()
138 tftp.srv_gw = ((tftp.srv_ip ^ tftp.my_ip) & sdi->pxe.ipinfo->netmask) in upload_tftp_write()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/n230/
H A Dn230_init.c101 const struct ip_addr *my_ip = (const struct ip_addr *) &(eth_eeprom_map->ip_addr); in init_ethernet_mac() local
105 u3_net_stack_init_eth(iface_num, my_mac, my_ip, subnet); in init_ethernet_mac()
114 wb_poke32(SR_ADDR(WB_SBRB_BASE, dispatcher_base + 2), my_ip->addr); in init_ethernet_mac()
/dports/dns/dns2tcp/dns2tcp-0.5.2/server/
H A Doptions.c142 return ((conf->my_ip ? 0 : (conf->my_ip = buffer) > 0)); in server_copy_param()
191 conf->my_ip = optarg; in get_option()
H A Dsocket.c52 if (conf->my_ip) in bind_socket()
54 DPRINTF(1, "Listening on %s:%d for domain %s\n", conf->my_ip, in bind_socket()
61 if ((ret = getaddrinfo(conf->my_ip, NULL, &hints, &res)) || !res) in bind_socket()
/dports/www/tinyproxy/tinyproxy-1.11.0/src/
H A Dupstream.c223 in_addr_t my_ip = INADDR_NONE; in upstream_get() local
243 if (my_ip == INADDR_NONE) in upstream_get()
244 my_ip = ntohl (inet_addr (host)); in upstream_get()
246 if ((my_ip & up->mask) == up->ip) in upstream_get()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dtest-http-server.c189 struct ip_addr my_ip; in main() local
210 my_ip = net_ip4_any; in main()
211 else if (net_addr2ip(argv[1], &my_ip) < 0) in main()
228 fd_listen = net_listen(&my_ip, &port, 128); in main()
/dports/www/moodle310/moodle/mnet/
H A Denvironment.php135 … $my_ip = gethostbyname($my_hostname); // Returns unmodified hostname on failure. DOH!
136 if ($my_ip == $my_hostname) {
139 $this->ip_address = $my_ip;
/dports/www/moodle311/moodle/mnet/
H A Denvironment.php135 … $my_ip = gethostbyname($my_hostname); // Returns unmodified hostname on failure. DOH!
136 if ($my_ip == $my_hostname) {
139 $this->ip_address = $my_ip;
/dports/www/moodle39/moodle/mnet/
H A Denvironment.php135 … $my_ip = gethostbyname($my_hostname); // Returns unmodified hostname on failure. DOH!
136 if ($my_ip == $my_hostname) {
139 $this->ip_address = $my_ip;

1234567