HomeSort by: relevance | last modified time | path
    Searched refs:frdest_t (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.h 18 frdest_t ipfd_dest;
67 extern int ipf_dstlist_select_node(fr_info_t *, void *, u_32_t *, frdest_t *);
ip_dstlist.c 459 /* frdest_t structure because that contains the only data required from the */
460 /* application to create a new node. The frdest_t doesn't contain the name */
463 /* the name and the name is immediately following the frdest_t structure. */
475 frdest_t dest;
478 if (op->iplo_size < sizeof(frdest_t)) {
629 /* found. Because the name embedded in the frdest_t is variable in length, */
638 frdest_t frd, *temp;
656 KMALLOCS(temp, frdest_t *, size);
676 size - offsetof(frdest_t, fd_ip6))) {
1198 frdest_t *pfdp
    [all...]
ip_lookup.h 130 frdest_t *);
ip_state.h 80 frdest_t is_dif;
81 frdest_t is_tifs[2];
ip_fil.h 580 } frdest_t; typedef in typeref:struct:frdest
759 frdest_t fr_tifs[2]; /* "to"/"reply-to" interface */
760 frdest_t fr_dif; /* duplicate packet interface */
1819 extern int ipf_fastroute(mb_t *, mb_t **, fr_info_t *, frdest_t *);
ip_fil_netbsd.c 181 fr_info_t *, frdest_t *);
1095 ipf_fastroute(mb_t *m0, mb_t **mpp, fr_info_t *fin, frdest_t *fdp)
1115 frdest_t node;
1403 frdest_t *fdp)
fil.c 3162 frdest_t *fdp;
3180 * so pass NULL as the frdest_t parameter
3961 frdest_t *fdp;
5422 frdest_t *fdp;
7288 ipf_resolvedest(ipf_main_softc_t *softc, char *base, frdest_t *fdp, int v)
ip_state.c 1357 frdest_t *fdp;

Completed in 29 milliseconds