Searched refs:to_ip (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_sendannounce.c36 void send_browser_reset(int reset_type, const char *to_name, int to_type, struct in_addr to_ip) argument
42 reset_type, to_name, to_type, inet_ntoa(to_ip) ));
52 global_myname(), 0x0, to_name, to_type, to_ip,
90 const char *from_name, const char *to_name, int to_type, struct in_addr to_ip,
119 from_name, 0x0, to_name, to_type, to_ip, subrec->myip,
128 char *from_name, char *to_name, int to_type, struct in_addr to_ip,
148 from_name, 0x0, to_name, to_type, to_ip, subrec->myip,
89 send_announcement(struct subnet_record *subrec, int announce_type, const char *from_name, const char *to_name, int to_type, struct in_addr to_ip, time_t announce_interval, const char *server_name, int server_type, const char *server_comment) argument
127 send_lm_announcement(struct subnet_record *subrec, int announce_type, char *from_name, char *to_name, int to_type, struct in_addr to_ip, time_t announce_interval, char *server_name, int server_type, char *server_comment) argument
H A Dnmbd_packets.c181 struct in_addr to_ip)
213 packet->ip = to_ip;
691 struct in_addr to_ip; local
696 to_ip = subrec->bcast_ip;
700 if (subrec->type == UNICAST_SUBNET && is_zero_ip(to_ip)) {
711 to_ip = wins_srv_ip_tag(tags[0], to_ip);
718 to_ip)) == NULL)
769 struct response_record *queue_query_name_from_wins_server( struct in_addr to_ip, argument
780 if ((p = create_and_init_netbios_packet(nmbname, False, False, to_ip))
179 create_and_init_netbios_packet(struct nmb_name *nmbname, BOOL bcast, BOOL rec_des, struct in_addr to_ip) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dnamequery.c81 struct in_addr to_ip, int *num_names)
111 p.ip = to_ip;
166 BOOL name_status_find(const char *q_name, int q_type, int type, struct in_addr to_ip, char *name) argument
180 q_type, inet_ntoa(to_ip)));
184 if (namecache_status_fetch(q_name, q_type, type, to_ip, name))
193 status = node_status_query(sock, &nname, to_ip, &count);
212 namecache_status_store(q_name, q_type, type, to_ip, name);
222 DEBUGADD(10, (", name %s ip address is %s", name, inet_ntoa(to_ip)));
349 struct in_addr to_ip, int *count, int *flags,
393 p.ip = to_ip;
80 node_status_query(int fd,struct nmb_name *name, struct in_addr to_ip, int *num_names) argument
347 name_query(int fd,const char *name,int name_type, BOOL bcast,BOOL recurse, struct in_addr to_ip, int *count, int *flags, BOOL *timed_out) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbroadcom.c2277 char *proto, *from_start, *from_end, *to_ip, *to_start, *to_end, *enable; local
2278 char **locals[] = { &proto, &from_start, &from_end, &to_ip, &to_start, &to_end };
2304 if (!*from_start && !*from_end && !*to_ip && !*to_start && !*to_end) {
2319 if (!*to_ip) {
2331 !valid_ipaddr(wp, to_ip, &fields[3]) ||
2358 (void) inet_aton(to_ip, &nat.ipaddr);
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dbroadcom.c3239 char *to_ip=NULL, *to_start=NULL, *to_end=NULL, *enable=NULL; local
3240 char **locals[] = { &proto, &from_start, &from_end, &to_ip, &to_start, &to_end };
3272 if (!*from_start && !*from_end && !*to_ip && !*to_start && !*to_end) {
3287 if (!*to_ip) {
3299 !valid_ipaddr(wp, to_ip, &fields[3]) ||
3326 (void) inet_aton(to_ip, &nat.ipaddr);

Completed in 123 milliseconds