HomeSort by relevance Sort by last modified time
    Searched defs:value_pair (Results 1 - 2 of 2) sorted by null

  /external/fio/
parse.h 27 struct value_pair { struct
63 struct value_pair posval[PARSE_MAX_VP];/* possible values */
  /external/ppp/pppd/plugins/radius/
radiusclient.h 327 typedef struct value_pair struct
335 struct value_pair *next;
336 } VALUE_PAIR;
356 VALUE_PAIR *send_pairs; /* More a/v pairs to send */
357 VALUE_PAIR *receive_pairs; /* Where to place received a/v pairs */
389 VALUE_PAIR *rc_avpair_add __P((VALUE_PAIR **, int, void *, int, int));
390 int rc_avpair_assign __P((VALUE_PAIR *, void *, int));
391 VALUE_PAIR *rc_avpair_new __P((int, void *, int, int));
392 VALUE_PAIR *rc_avpair_gen __P((AUTH_HDR *))
    [all...]

Completed in 696 milliseconds