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

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 1550 } ipftoken_t; typedef in typeref:struct:ipftoken
1653 ipftoken_t *ipf_token_head;
1654 ipftoken_t **ipf_token_tail;
1942 extern int ipf_getnextrule(ipf_main_softc_t *, ipftoken_t *,
1945 extern int ipf_token_deref(ipf_main_softc_t *, ipftoken_t *);
1947 extern ipftoken_t *ipf_token_find(ipf_main_softc_t *, int, int,
1949 extern void ipf_token_free(ipf_main_softc_t *, ipftoken_t *);
1952 extern void ipf_token_mark_complete(ipftoken_t *);

Completed in 35 milliseconds