HomeSort by: relevance | last modified time | path
    Searched defs:fra (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 386 frauth_t *fra; local in function:ipf_auth_check
405 fra = softa->ipf_auth + i;
406 if ((fra->fra_index == -2) && (id == fra->fra_info.fin_id) &&
407 !bcmp((char *)fin, (char *)&fra->fra_info, FI_CSIZE)) {
411 if (!(pass = fra->fra_pass) || (FR_ISAUTH(pass))) {
424 bcopy((char *)fra->fra_info.fin_fr,
438 fr = fra->fra_info.fin_fr;
440 fin->fin_flx |= fra->fra_flx;
448 if ((fr != NULL) && (fr != fra->fra_info.fin_fr))
509 frauth_t *fra; local in function:ipf_auth_new
696 frauth_t *fra; local in function:ipf_auth_expire
1147 frauth_t auth, *au = &auth, *fra; local in function:ipf_auth_reply
    [all...]
ip_frag.c 375 ipfr_t *fra, frag, *fran; local in function:ipfr_frag_new
452 for (fra = table[idx]; (fra != NULL); fra = fra->ipfr_hnext)
453 if (!bcmp((char *)&frag.ipfr_ifp, (char *)&fra->ipfr_ifp,
461 fra = fran;
464 fra->ipfr_rule = fr;
476 if ((fra->ipfr_hnext = table[idx]) != NULL)
477 table[idx]->ipfr_hprev = &fra->ipfr_hnext
514 ipfr_t *fra; local in function:ipf_frag_new
549 ipfr_t *fra; local in function:ipf_frag_natnew
588 ipfr_t *fra; local in function:ipf_frag_ipidnew
876 ipfr_t *fra; local in function:ipf_frag_known
1001 ipfr_t *fra; local in function:ipf_frag_clear
1040 ipfr_t **fp, *fra; local in function:ipf_frag_expire
1269 ipfr_t *fra; local in function:ipf_frag_deref
    [all...]
ip_fil_compat.c 2521 frauth_t *fra = (frauth_t *)current; local in function:frauth_4_1_32_to_current
2523 fra->fra_age = old->fra_age;
2524 fra->fra_len = old->fra_len;
2525 fra->fra_index = old->fra_index;
2526 fra->fra_pass = old->fra_pass;
2527 fr_info_4_1_32_to_current(&old->fra_info, &fra->fra_info);
2528 fra->fra_buf = old->fra_buf;
2529 fra->fra_flx = old->fra_flx;
2531 fra->fra_q = old->fra_q;
2532 fra->fra_m = old->fra_m
2540 frauth_t *fra = (frauth_t *)current; local in function:frauth_4_1_29_to_current
2559 frauth_t *fra = (frauth_t *)current; local in function:frauth_4_1_24_to_current
2577 frauth_t *fra = (frauth_t *)current; local in function:frauth_4_1_23_to_current
2595 frauth_t *fra = (frauth_t *)current; local in function:frauth_4_1_11_to_current
4088 frauth_t *fra = (frauth_t *)current; local in function:frauth_current_to_4_1_29
4107 frauth_t *fra = (frauth_t *)current; local in function:frauth_current_to_4_1_24
4125 frauth_t *fra = (frauth_t *)current; local in function:frauth_current_to_4_1_23
4143 frauth_t *fra = (frauth_t *)current; local in function:frauth_current_to_4_1_11
    [all...]
  /src/sys/dist/pf/net/
pf_norm.c 564 struct pf_frcache *frp, *fra, *cur = NULL; local in function:pf_fragcache
617 LIST_FOREACH(fra, &(*frag)->fr_cache, fr_next) {
618 if (fra->fr_off > off)
620 frp = fra;
623 KASSERT(frp != NULL || fra != NULL);
710 if (fra != NULL) {
714 aftercut = frmax - fra->fr_off;
718 h->ip_id, off, frmax, fra->fr_off, fra->fr_end));
719 fra->fr_off = off
    [all...]

Completed in 16 milliseconds