gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
549:                         /* XXX should be panic ? */
550:                         printf("ip_output: No IPsec request specified.\n");
551:                         error = EINVAL;
557: default: 558: printf("ip_output: Invalid policy found. %d\n", sp->policy); 559: }
633: default: 634: printf("ip4_output (ipsec): error code %d\n", error); 635: /*fall through*/
650: if ((flags & IP_ROUTETOIF) == 0) { 651: printf("ip_output: " 652: "can't update route after IPsec processing\n");
927: KEYDEBUG(KEYDEBUG_IPSEC_STAMP, 928: printf("DP ip_output call free SP:%p\n", sp)); 929: key_freesp(sp);