Searched refs:mactype (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Ddlpisubs.c207 pcap_process_mactype(pcap_t *p, u_int mactype) argument
211 switch (mactype) {
257 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "unknown mactype %u",
258 mactype);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c458 define_macro (char *mactype, int recursive)
662 if (!STREQ (last_end, mactype))
663 warning (_("mismatched @end %s with @%s"), last_end, mactype);
699 write_region_to_macro_output (mactype, 0, strlen (mactype));
455 define_macro(char *mactype, int recursive) argument

Completed in 47 milliseconds