Searched refs:ip_end (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_qmr.h96 u8 ip_end; member in struct:ehea_swqe
H A Dehea_main.c1272 swqe->ip_end = (u8)(swqe->ip_start + ip_hdrlen(skb) - 1);
1279 (u8)(swqe->ip_end + 1 + offsetof(struct tcphdr, check));
1288 (u8)(swqe->ip_end + 1 + offsetof(struct udphdr, check));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c776 char *ip_end = NULL; local
788 if((ip_end = strchr(string_ftpport, ']')) != NULL )
789 strncpy(addr, ip_start, ip_end - ip_start);
795 ip_end = string_ftpport;
797 else if((ip_end = strchr(string_ftpport, ':')) != NULL) {
804 ip_end = NULL; /* this got no port ! */
809 strncpy(addr, string_ftpport, ip_end - ip_start );
816 if(ip_end != NULL) {
817 if((port_start = strchr(ip_end, ':')) != NULL) {

Completed in 112 milliseconds