Searched refs:ttl (Results 151 - 175 of 817) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/nmbd/
H A Dnmbd_namelistdb.c163 * Update the ttl of an entry in a subnet name list.
166 void update_name_ttl( struct name_record *namerec, int ttl )
171 namerec->data.death_time = time_now + ttl;
173 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
186 int ttl,
233 if( ttl == PERMANENT_TTL )
236 namerec->data.death_time = time_now + ttl;
238 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
244 ttl=%d nb_flags=%2x to subnet %s\n",
247 ttl,
182 add_name_to_subnet( struct subnet_record *subrec, char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
262 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
H A Dnmbd_serverlistdb.c135 int ttl,char *comment)
168 update_server_ttl(servrec, ttl);
181 Update the ttl field of a server record.
184 void update_server_ttl(struct server_record *servrec, int ttl) argument
186 if(ttl > lp_max_ttl())
187 ttl = lp_max_ttl();
192 servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
133 create_server_on_workgroup(struct work_record *work, char *name,int servertype, int ttl,char *comment) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dnet1080.c245 #define TTL_THIS(ttl) (0x00ff & ttl)
246 #define TTL_OTHER(ttl) (0x00ff & (ttl >> 8))
249 static inline void nc_dump_ttl(struct usbnet *dev, u16 ttl) argument
251 netif_dbg(dev, link, dev->net, "net1080 %s-%s ttl 0x%x this = %d, other = %d\n",
253 ttl, TTL_THIS(ttl), TTL_OTHER(ttl));
260 u16 usbctl, status, ttl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dnet1080.c245 #define TTL_THIS(ttl) (0x00ff & ttl)
246 #define TTL_OTHER(ttl) (0x00ff & (ttl >> 8))
249 static inline void nc_dump_ttl(struct usbnet *dev, u16 ttl) argument
251 netif_dbg(dev, link, dev->net, "net1080 %s-%s ttl 0x%x this = %d, other = %d\n",
253 ttl, TTL_THIS(ttl), TTL_OTHER(ttl));
260 u16 usbctl, status, ttl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_namelistdb.c158 Update the ttl of an entry in a subnet name list.
161 void update_name_ttl( struct name_record *namerec, int ttl )
166 namerec->data.death_time = time_now + ttl;
169 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
186 int ttl,
236 if (ttl == PERMANENT_TTL) {
239 namerec->data.death_time = time_now + ttl;
242 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
245 ttl=%d nb_flags=%2x to subnet %s\n",
248 ttl,
182 add_name_to_subnet( struct subnet_record *subrec, const char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
274 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
H A Dnmbd_serverlistdb.c121 int ttl, const char *comment)
151 update_server_ttl(servrec, ttl);
164 Update the ttl field of a server record.
167 void update_server_ttl(struct server_record *servrec, int ttl) argument
169 if(ttl > lp_max_ttl())
170 ttl = lp_max_ttl();
175 servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
119 create_server_on_workgroup(struct work_record *work, const char *name,int servertype, int ttl, const char *comment) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_namelistdb.c159 Update the ttl of an entry in a subnet name list.
162 void update_name_ttl( struct name_record *namerec, int ttl )
167 namerec->data.death_time = time_now + ttl;
170 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
187 int ttl,
233 if (ttl == PERMANENT_TTL) {
236 namerec->data.death_time = time_now + ttl;
239 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
242 ttl=%d nb_flags=%2x to subnet %s\n",
245 ttl,
183 add_name_to_subnet( struct subnet_record *subrec, const char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
271 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
H A Dnmbd_serverlistdb.c122 int ttl, const char *comment)
152 update_server_ttl(servrec, ttl);
165 Update the ttl field of a server record.
168 void update_server_ttl(struct server_record *servrec, int ttl) argument
170 if(ttl > lp_max_ttl())
171 ttl = lp_max_ttl();
176 servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
120 create_server_on_workgroup(struct work_record *work, const char *name,int servertype, int ttl, const char *comment) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/nmbd/
H A Dnmbd_namelistdb.c163 * Update the ttl of an entry in a subnet name list.
166 void update_name_ttl( struct name_record *namerec, int ttl )
171 namerec->data.death_time = time_now + ttl;
173 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
186 int ttl,
233 if( ttl == PERMANENT_TTL )
236 namerec->data.death_time = time_now + ttl;
238 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
244 ttl=%d nb_flags=%2x to subnet %s\n",
247 ttl,
182 add_name_to_subnet( struct subnet_record *subrec, char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
262 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
H A Dnmbd_serverlistdb.c135 int ttl,char *comment)
168 update_server_ttl(servrec, ttl);
181 Update the ttl field of a server record.
184 void update_server_ttl(struct server_record *servrec, int ttl) argument
186 if(ttl > lp_max_ttl())
187 ttl = lp_max_ttl();
192 servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
133 create_server_on_workgroup(struct work_record *work, char *name,int servertype, int ttl,char *comment) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_namelistdb.c158 Update the ttl of an entry in a subnet name list.
161 void update_name_ttl( struct name_record *namerec, int ttl )
166 namerec->data.death_time = time_now + ttl;
169 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
186 int ttl,
236 if (ttl == PERMANENT_TTL) {
239 namerec->data.death_time = time_now + ttl;
242 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
245 ttl=%d nb_flags=%2x to subnet %s\n",
248 ttl,
182 add_name_to_subnet( struct subnet_record *subrec, const char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
274 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
H A Dnmbd_serverlistdb.c121 int ttl, const char *comment)
151 update_server_ttl(servrec, ttl);
164 Update the ttl field of a server record.
167 void update_server_ttl(struct server_record *servrec, int ttl) argument
169 if(ttl > lp_max_ttl())
170 ttl = lp_max_ttl();
175 servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
119 create_server_on_workgroup(struct work_record *work, const char *name,int servertype, int ttl, const char *comment) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_namelistdb.c158 Update the ttl of an entry in a subnet name list.
161 void update_name_ttl( struct name_record *namerec, int ttl )
166 namerec->data.death_time = time_now + ttl;
169 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
186 int ttl,
236 if (ttl == PERMANENT_TTL) {
239 namerec->data.death_time = time_now + ttl;
242 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
245 ttl=%d nb_flags=%2x to subnet %s\n",
248 ttl,
182 add_name_to_subnet( struct subnet_record *subrec, const char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
274 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_namelistdb.c159 Update the ttl of an entry in a subnet name list.
162 void update_name_ttl( struct name_record *namerec, int ttl )
167 namerec->data.death_time = time_now + ttl;
170 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
187 int ttl,
233 if (ttl == PERMANENT_TTL) {
236 namerec->data.death_time = time_now + ttl;
239 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
242 ttl=%d nb_flags=%2x to subnet %s\n",
245 ttl,
183 add_name_to_subnet( struct subnet_record *subrec, const char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
271 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/nmbd/
H A Dnmbd_namelistdb.c163 * Update the ttl of an entry in a subnet name list.
166 void update_name_ttl( struct name_record *namerec, int ttl )
171 namerec->data.death_time = time_now + ttl;
173 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
186 int ttl,
233 if( ttl == PERMANENT_TTL )
236 namerec->data.death_time = time_now + ttl;
238 namerec->data.refresh_time = time_now + MIN((ttl/2), MAX_REFRESH_TIME);
244 ttl=%d nb_flags=%2x to subnet %s\n",
247 ttl,
182 add_name_to_subnet( struct subnet_record *subrec, char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
262 standard_success_register(struct subnet_record *subrec, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, int ttl, struct in_addr registered_ip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/pcap2nbench/
H A Dip.cpp42 ttl = data[8];
59 << "TTL: " << (uint32_t)rhs.ttl << std::endl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/pcap2nbench/
H A Dip.cpp41 ttl = data[8];
58 << "TTL: " << (uint32_t)rhs.ttl << std::endl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtpproto.c103 int local_port, int ttl,
109 if (ttl >= 0)
110 url_add_option(buf, buf_size, "ttl=%d", ttl);
117 * option: 'ttl=n' : set the ttl value (for multicast only)
135 is_output, ttl, local
152 ttl = -1;
160 if (find_info_tag(buf, sizeof(buf), "ttl", p)) {
161 ttl
101 build_udp_url(char *buf, int buf_size, const char *hostname, int port, int local_port, int ttl, int max_packet_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/pcap2nbench/
H A Dip.cpp42 ttl = data[8];
59 << "TTL: " << (uint32_t)rhs.ttl << std::endl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/pcap2nbench/
H A Dip.cpp41 ttl = data[8];
58 << "TTL: " << (uint32_t)rhs.ttl << std::endl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtpproto.c103 int local_port, int ttl,
109 if (ttl >= 0)
110 url_add_option(buf, buf_size, "ttl=%d", ttl);
117 * option: 'ttl=n' : set the ttl value (for multicast only)
135 is_output, ttl, local
152 ttl = -1;
160 if (find_info_tag(buf, sizeof(buf), "ttl", p)) {
161 ttl
101 build_udp_url(char *buf, int buf_size, const char *hostname, int port, int local_port, int ttl, int max_packet_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/pcap2nbench/
H A Dip.cpp42 ttl = data[8];
59 << "TTL: " << (uint32_t)rhs.ttl << std::endl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/pcap2nbench/
H A Dip.cpp41 ttl = data[8];
58 << "TTL: " << (uint32_t)rhs.ttl << std::endl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtpproto.c103 int local_port, int ttl,
109 if (ttl >= 0)
110 url_add_option(buf, buf_size, "ttl=%d", ttl);
117 * option: 'ttl=n' : set the ttl value (for multicast only)
135 is_output, ttl, local
152 ttl = -1;
160 if (find_info_tag(buf, sizeof(buf), "ttl", p)) {
161 ttl
101 build_udp_url(char *buf, int buf_size, const char *hostname, int port, int local_port, int ttl, int max_packet_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_serverlistdb.c122 int ttl, const char *comment)
152 update_server_ttl(servrec, ttl);
165 Update the ttl field of a server record.
168 void update_server_ttl(struct server_record *servrec, int ttl) argument
170 if(ttl > lp_max_ttl())
171 ttl = lp_max_ttl();
176 servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
120 create_server_on_workgroup(struct work_record *work, const char *name,int servertype, int ttl, const char *comment) argument

Completed in 188 milliseconds

1234567891011>>