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

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-radius.c896 register const struct radius_hdr *rad; local
900 rad = (struct radius_hdr *)dat;
901 len = EXTRACT_16BITS(&rad->len);
914 tok2str(radius_command_values,"Unknown Command",rad->code),
915 rad->code,
916 rad->id,
923 tok2str(radius_command_values,"Unknown Command",rad->code),
924 rad->code,
925 rad->id);
928 printf("%02x", rad
[all...]
/haiku-fatelf/src/bin/network/netcat/
H A Dnetcat.c606 int doconnect (rad, rp, lad, lp)
607 IA * rad;
681 memcpy (&remend->sin_addr.s_addr, rad, sizeof (IA));
738 memcpy (opp, rad, sizeof (IA));
773 int dolisten (rad, rp, lad, lp)
774 IA * rad;
788 nnetfd = doconnect (rad, rp, lad, lp);
925 if (rad) /* xxx: fix to go down the *list* if we have one? */
926 if (memcmp (rad, whozis->iaddrs, sizeof (SA)))
/haiku-fatelf/headers/libs/agg/
H A Dagg_basics.h252 inline double rad2deg(double rad) argument
254 return rad * 180.0 / pi;

Completed in 47 milliseconds