Searched refs:ntoh32 (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/proto/
H A Dbcmtcp.h72 #define TCP_SEQ_NUM(tcp_hdr) (ntoh32(((struct bcmtcp_hdr*)(tcp_hdr))->seq_num))
73 #define TCP_ACK_NUM(tcp_hdr) (ntoh32(((struct bcmtcp_hdr*)(tcp_hdr))->ack_num))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp_ctrl.c571 if (ntoh32(header->magic) != PPTP_MAGIC) goto throwitout;
654 assert(ntoh32(header->magic) == PPTP_MAGIC);
690 assert(ntoh32(header->magic) == PPTP_MAGIC);
815 (ntoh32(packet->identifier) == conn->ka_id)) {
828 packet->identifier, /* skip hton32(ntoh32(id)) */
890 call->speed = ntoh32(packet->speed);
953 (unsigned long) ntoh32(packet->send_accm),
954 (unsigned long) ntoh32(packet->recv_accm));
955 if (!(ntoh32(packet->send_accm) == 0 &&
956 ntoh32(packe
[all...]
H A Dpptp_msg.h18 #define ntoh32(x) ntohl(x) macro
232 ( ntoh32(((struct pptp_header *)header)->magic) !=PPTP_MAGIC) || \
H A Dpptp_gre.c361 ack = ntoh32( ack);
375 seq = ntoh32(header->seq);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp_ctrl.c571 if (ntoh32(header->magic) != PPTP_MAGIC) goto throwitout;
654 assert(ntoh32(header->magic) == PPTP_MAGIC);
690 assert(ntoh32(header->magic) == PPTP_MAGIC);
815 (ntoh32(packet->identifier) == conn->ka_id)) {
828 packet->identifier, /* skip hton32(ntoh32(id)) */
890 call->speed = ntoh32(packet->speed);
953 (unsigned long) ntoh32(packet->send_accm),
954 (unsigned long) ntoh32(packet->recv_accm));
955 if (!(ntoh32(packet->send_accm) == 0 &&
956 ntoh32(packe
[all...]
H A Dpptp_msg.h18 #define ntoh32(x) ntohl(x) macro
232 ( ntoh32(((struct pptp_header *)header)->magic) !=PPTP_MAGIC) || \
H A Dpptp_gre.c728 ack = ntoh32( ack);
742 seq = ntoh32(header->seq);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmendian.h59 #define ntoh32(i) bcmswap32(i) macro
76 #define ntoh32(i) (i) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dpptp.c58 #define ntoh32(x) ntohl(x) macro

Completed in 78 milliseconds